We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdef1e1 commit 24ff145Copy full SHA for 24ff145
packages/main/src/TabContainer.js
@@ -482,7 +482,7 @@ class TabContainer extends UI5Element {
482
}
483
484
async _onOverflowButtonClick(event) {
485
- 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]");
486
487
if (event.target !== button) {
488
return;
0 commit comments