Skip to content

Commit da0b436

Browse files
committed
Remove space
1 parent e1d9edc commit da0b436

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export class OverflowMenuPane extends Dialog {
4646
this.dialogConfig.menuLabel = this.i18n.get().OVERFLOW_MENU.OVERFLOW;
4747
}
4848

49-
setTimeout(() => {
49+
setTimeout(() => {
5050
let options = Array.from<any>(this.dialog.nativeElement.querySelectorAll("*"));
5151

5252
options.forEach(element => {

0 commit comments

Comments
 (0)