Block a user
Fix: Rename updated only on graph
Rename updated only on graph
Cut and Paste functionality
Fix: Cut and Paste functionality
Fix: Cut and Paste functionality
Addressed the feedback — the navigation tree now updates correctly when nodes with subgraphs are cut and pasted.
What changed:
- Added a
move(nodeId, newParentId)function toTreeStore…
Fix: Cut and Paste functionality
Another issue to address: when a tree of nodes is subject of cut and paste action, the navigation tree is not updated - if some nodes with subgraphs are moved this way it should be also visible in…
Fix: Cut and Paste functionality
Addressed the feedback: changed the cut operation from collecting only direct outgoing neighbours (one hop) to a full BFS traversal following outgoing edges from all selected nodes (all hops).
The…
Fix: Cut and Paste functionality
Change assumption: "Nodes linked with link direction from selected nodes" = direct outgoing neighbours (one hop)
It should be: Nodes that are outgoing neighbours and structure for which they…
Fix: Cut and Paste functionality
Cut and Paste functionality