We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea930aa commit e179395Copy full SHA for e179395
1 file changed
projects/bootstrapcomponents/src/bts_basetabpanel.ts
@@ -121,6 +121,7 @@ export class ServoyBootstrapBaseTabPanel<T extends HTMLElement> extends ServoyBo
121
if (this.isValidTab(this.selectedTab) && tab === this.selectedTab) return;
122
if (this.selectedTab && tab && this.selectedTab.containedForm === tab.containedForm && this.selectedTab.relationName === tab.relationName){
123
this.selectedTab = tab;
124
+ this.selectedTabID = tab._id;
125
return; // already selected
126
}
127
if (this.selectedTab) {
0 commit comments