Skip to content

Commit 34a46a3

Browse files
committed
Update DropdownMenu.tsx
1 parent c633825 commit 34a46a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/scripts/components/elements/DropdownMenu.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ class DropdownMenu extends React.PureComponent<Props, State> {
6464

6565
windowListener = (e: MouseEvent) => {
6666
const menu = this.menu.current;
67-
67+
6868
if (e.button === 2 || !this.state.visible || !menu) {
6969
return;
7070
}

0 commit comments

Comments
 (0)