We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 117c1b1 commit c633825Copy full SHA for c633825
1 file changed
resources/scripts/components/elements/DropdownMenu.tsx
@@ -64,9 +64,7 @@ class DropdownMenu extends React.PureComponent<Props, State> {
64
65
windowListener = (e: MouseEvent) => {
66
const menu = this.menu.current;
67
-
68
- console.log('windowListener:', e.button);
69
+
70
if (e.button === 2 || !this.state.visible || !menu) {
71
return;
72
}
0 commit comments