aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/ContextMenu.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2022-06-20 16:27:39 -0400
committerbobzel <zzzman@gmail.com>2022-06-20 16:27:39 -0400
commitc415fb65e3d87b851015fb2ac7c41361609e0719 (patch)
tree63238f5e38daa2c3ad6ae5a77559c4fedc8a650c /src/client/views/ContextMenu.tsx
parentb292a055401af6236e0537cfad603016d77a535a (diff)
fixed contextmenu when hitting enter to not iconify. fixed : menu to add equations properly.
Diffstat (limited to 'src/client/views/ContextMenu.tsx')
-rw-r--r--src/client/views/ContextMenu.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/ContextMenu.tsx b/src/client/views/ContextMenu.tsx
index 80ff16cf9..e2f98de1e 100644
--- a/src/client/views/ContextMenu.tsx
+++ b/src/client/views/ContextMenu.tsx
@@ -287,6 +287,7 @@ export class ContextMenu extends React.Component {
}
this.closeMenu();
e.preventDefault();
+ e.stopPropagation();
}
}