waveterm/frontend/layout
Evan Simkowitz c187059c8f
Fix flicker when dragging a node through a node gap (#231)
This simplifies the rect calculations by making the gap between pixels
into a padding applied directly to the leaf nodes. This means the gaps
won't be present in the overlay layer, so when dragging a node around it
is always over an OverlayNode and the pendingAction won't be unset.

Also simplifies onDrop handling
2024-08-15 14:53:13 -07:00
..
lib Fix flicker when dragging a node through a node gap (#231) 2024-08-15 14:53:13 -07:00
tests New layout model (#210) 2024-08-14 18:40:41 -07:00
index.ts New layout model (#210) 2024-08-14 18:40:41 -07:00