Skip to content

Commit c633825

Browse files
committed
Update DropdownMenu.tsx
1 parent 117c1b1 commit c633825

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

resources/scripts/components/elements/DropdownMenu.tsx

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

6565
windowListener = (e: MouseEvent) => {
6666
const menu = this.menu.current;
67-
68-
console.log('windowListener:', e.button);
69-
67+
7068
if (e.button === 2 || !this.state.visible || !menu) {
7169
return;
7270
}

0 commit comments

Comments
 (0)