Skip to content

Commit 0127c2f

Browse files
authored
fix(ui5-tabcontainer): set initial tab index (#545)
1 parent 92a85fa commit 0127c2f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/main/src/TabContainer.js

+2
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,8 @@ class TabContainer extends UI5Element {
242242
}
243243

244244
this.calculateRenderItems();
245+
246+
this._itemNavigation.init();
245247
}
246248

247249
calculateRenderItems() {

0 commit comments

Comments
 (0)