waveterm/frontend/faraday
Evan Simkowitz 9809414eb0
Fix order of operations when moving nodes (#40)
Insert the node at the new location before removing it from its old location. With the old order, removing a node from its parent could change the indexing of the parent node, if moving a node to a new location under the same parent.
2024-06-11 15:10:20 -07:00
..
lib Fix order of operations when moving nodes (#40) 2024-06-11 15:10:20 -07:00
tests Implement outer drop direction, add rudimentary drag preview image rendering (#29) 2024-06-11 13:03:41 -07:00
index.ts Integrate Faraday layout system (#16) 2024-06-04 13:05:44 -07:00