fix(editor): delete graph edges via right-click context menu

Remove accidental edge deletion on click and document the new graph link workflow in help and docs.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Ivan Fontosh
2026-07-01 14:26:14 +08:00
parent 3acb89c80d
commit 374e041321
3 changed files with 72 additions and 12 deletions
+9
View File
@@ -0,0 +1,9 @@
# Graph Editing
## Scene Links
- Create a link by dragging from the source node handle to the target node handle.
- A regular click or double-click on a link must not change the graph.
- Delete a link only through its context menu: right-click the line and choose **Delete**.
- Delete a node through the node context menu: right-click the node and choose **Delete**. Removing a node does not delete the scene from the scene list.