SSShooter/node-menu

Highlighting or selecting text hides the node menu

Open

#3 opened on Sep 10, 2024

View on GitHub
 (0 comments) (0 reactions) (0 assignees)TypeScript (9 forks)auto 404
good first issue

Repository metrics

Stars
 (5 stars)
PR merge metrics
 (PR metrics pending)

Description

https://github.com/user-attachments/assets/7eb3e24c-d7de-48bf-ab92-da20443aef38

Workaround:

document.querySelector('#map .node-menu')?.addEventListener('mousedown', e=>e.stopPropagation());

Contributor guide