Skip to content

Commit 42a59ae

Browse files
committed
Update listIems
1 parent 02d7603 commit 42a59ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/dialog/overflow-menu/overflow-menu-pane.component.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,6 @@ export class OverflowMenuPane extends Dialog {
8181
}
8282

8383
private listItems() {
84-
const buttonClass = ".bx--overflow-menu-options__btn";
85-
const disabledClass = ".bx--overflow-menu-options__option--disabled";
86-
return Array.from<any>(this.dialog.nativeElement.querySelectorAll(`${buttonClass}:not([disabled])`));
84+
return Array.from<any>(this.dialog.nativeElement.querySelectorAll(".bx--overflow-menu-options__btn:not([disabled])"));
8785
}
8886
}

0 commit comments

Comments
 (0)