feat(FN-4225): add mobile double-tap to select graph task nodes

Adds touch double-tap detection to the node drag hook, enabling mobile-friendly interactions on the graph canvas, with coverage in the node drag and GraphTaskNode test suites.

Fusion-Task-Id: FN-4225
This commit is contained in:
Fusion
2026-05-12 21:19:38 -07:00
committed by gsxdsm
parent db919df645
commit 55eeb818a5
6 changed files with 376 additions and 76 deletions

View File

@@ -10,6 +10,7 @@
border-color var(--transition-fast);
border: var(--btn-border-width) solid transparent;
border-radius: var(--radius-sm);
touch-action: manipulation;
}
.graph-task-node:hover {