Skip to content

Commit 24ff145

Browse files
fix(ui5-tab-container): selector fixed (#4261) (#4273)
1 parent bdef1e1 commit 24ff145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/main/src/TabContainer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ class TabContainer extends UI5Element {
482482
}
483483

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

487487
if (event.target !== button) {
488488
return;

0 commit comments

Comments
 (0)