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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user