Files
DndGamePlayer/docs/graph-editing.md
T
Ivan Fontosh 374e041321 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>
2026-07-01 14:26:14 +08:00

433 B

Graph Editing

  • 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.