Skip autosave for move-only changes
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user