Commit 6c040bc
committed
fix(graph): skip inward convergence during drag to preserve bounded follower pull
applyGalaxyInwardConvergence runs after applyDraggedNodeGravity and
projects all community centers radially toward the black hole. This
overwhelms the bounded ≤2-unit drag displacement on follower nodes,
causing unlinked bodies to move away from the drag direction. During
a drag gesture (120ms), convergence is imperceptible and should not
compete with the user's intentional pointer movement.1 parent 132b30f commit 6c040bc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5679 | 5679 | | |
5680 | 5680 | | |
5681 | 5681 | | |
5682 | | - | |
| 5682 | + | |
5683 | 5683 | | |
5684 | 5684 | | |
5685 | 5685 | | |
| |||
0 commit comments