fix: separate right-click menu vs drag-erase behavior

Right-click on note = delete.
Right-click empty space (no drag) = context menu only (no erase sweep).
Right-click empty space + drag >5px = erase sweep (starts on mousemove).
Uses rightClickDragRef to track pending right-click state.
This commit is contained in:
2026-07-25 12:28:44 +07:00
parent 0beb957185
commit 7174773cb3
2 changed files with 17 additions and 6 deletions
File diff suppressed because one or more lines are too long