Skip to content

Commit

Permalink
fix(ui5-tabcontainer): set initial tab index (#545)
Browse files Browse the repository at this point in the history
  • Loading branch information
MapTo0 authored Jun 14, 2019
1 parent 92a85fa commit 0127c2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/main/src/TabContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ class TabContainer extends UI5Element {
}

this.calculateRenderItems();

this._itemNavigation.init();
}

calculateRenderItems() {
Expand Down

0 comments on commit 0127c2f

Please sign in to comment.