Skip autosave for move-only changes

This commit is contained in:
2026-04-03 00:14:43 +02:00
parent ab8860dc7c
commit 67fc6d4f7a
+1
View File
@@ -1459,6 +1459,7 @@ async function _captureSnapshotInner(label) {
const prevGraph = lastGraphDataMap.get(workflowKey);
const changeType = detectChangeType(prevGraph, graphData);
if (changeType === "move") return false;
// Determine parentId for branching
let parentId = null;