Fix context menu Pin/Delete and Control+click #5

Merged
ilia merged 1 commits from fix/context-menu-pin-delete into main 2026-07-19 09:21:32 -05:00
1 Commits
Author SHA1 Message Date
ilia f9a11ca640 Fix context menu Pin/Delete and Control+click race.
CI / skip-ci-check (pull_request) Successful in 5s
CI / secret-scan (pull_request) Successful in 4s
CI / node-ci (pull_request) Successful in 19s
Control+click was treated as multi-select and a window click listener dismissed the menu before Pin/Delete could run; fire menu actions on mousedown and close only on outside pointerdown.
2026-07-15 17:02:38 -04:00