jupyterlab / lumino

Lumino is a library for building interactive web applications
https://lumino.readthedocs.io/
Other
635 stars 126 forks source link

right-click mouse suppression attribute #714

Closed EdsterG closed 4 months ago

EdsterG commented 4 months ago

Problem

The problem is clearly described in https://github.com/jupyterlab/jupyterlab/issues/16619 with a video.

Proposed Solution

Proposed solution is to add another attribute to suppress the right-click mouse event, see https://github.com/jupyterlab/jupyterlab/issues/16619#issuecomment-2258741457.

krassowski commented 4 months ago

Thank you for opening the issue! The context menu is implemented in JupyterLab and can be suppressed with data-jp-suppress-context-menu, see https://github.com/jupyterlab/jupyterlab/issues/16619#issuecomment-2260309856 - closing as not actionable.