mwcraig / ipyevents

A custom widget for returning mouse and keyboard events to Python. Documentation:
https://ipyevents.readthedocs.io/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
112 stars 27 forks source link

Context menu is displayed in JupyterLab even if prevent_default is true #25

Closed mwcraig closed 5 years ago

mwcraig commented 6 years ago

It looks like JupyterLab is generating its own context menu, which is displayed in the demo notebook even when gt default behavior is supposed to be off.