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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user