We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a62dfb9 commit 004086cCopy full SHA for 004086c
1 file changed
projects/bootstrapcomponents/src/bts_basetabpanel.ts
@@ -101,6 +101,7 @@ export class ServoyBootstrapBaseTabPanel<T extends HTMLElement> extends ServoyBo
101
if (this.isValidTab(this.selectedTab) && tab === this.selectedTab) return;
102
if (this.selectedTab && tab && this.selectedTab.containedForm === tab.containedForm && this.selectedTab.relationName === tab.relationName){
103
this.selectedTab = tab;
104
+ this.selectedTabID = tab._id;
105
return; // already selected
106
}
107
if (this.selectedTab) {
0 commit comments