mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-15 22:28:10 +08:00
* Deselect deleted layer children by pruning the expanded deletion set from the selection * Rebuild the document structure on redo to match undo * Check for cycles in set_input before applying layout side effects rather than reverting after * Correct the swapped old/new exposure binding names in set_input * Reload the document structure when an import or export is appended into the first two slots * Treat toggling preview on a disconnected export as a preview with nothing to restore * Replace panics on malformed networks with logged errors in the network interface * Make is_artboard an identity check independent of scene connectivity * Stop serializing the selection undo and redo history into saved documents * Run the set_input cycle check before the node-to-node disconnect so a rejected wire swap leaves the graph unchanged