mirror of
https://github.com/Youzini-afk/ST-Bionic-Memory-Ecology.git
synced 2026-06-13 18:31:16 +08:00
fix: harden history recovery and graph persistence regressions
This commit is contained in:
@@ -324,6 +324,7 @@ export function clearHistoryDirty(graph, result = null) {
|
||||
graph.historyState.historyDirtyFrom = null;
|
||||
graph.historyState.lastMutationReason = "";
|
||||
graph.historyState.lastMutationSource = "";
|
||||
graph.historyState.processedMessageHashes = {};
|
||||
if (result) {
|
||||
graph.historyState.lastRecoveryResult = result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user