Skip to content

Commit

Permalink
fix(ui5-tab-container): selector fixed (#4261) (#4273)
Browse files Browse the repository at this point in the history
  • Loading branch information
LidiyaGeorgieva authored and ilhan007 committed Nov 20, 2021
1 parent 9dcc887 commit 735d9c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/main/src/TabContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ class TabContainer extends UI5Element {
}

async _onOverflowButtonClick(event) {
const button = this.overflowButton[0] || this.getDomRef().querySelector(".ui-tc__overflowButton > ui5-button");
const button = this.overflowButton[0] || this.getDomRef().querySelector(".ui-tc__overflowButton > [ui5-button]");

if (event.target !== button) {
return;
Expand Down

0 comments on commit 735d9c4

Please sign in to comment.