This commit is contained in:
2026-02-08 23:40:43 +01:00
parent 3710a53b8d
commit a6c6bc3340
2 changed files with 5 additions and 1 deletions

View File

@@ -1062,6 +1062,10 @@ export function initEditor() {
if (typeof window.reloadActiveList === 'function') window.reloadActiveList();
else if (typeof window.__reloadList === 'function') window.__reloadList(current.section);
} catch {}
try {
beginSuppressDirty();
syncSnapshotFromEditor().catch(() => {});
} catch {}
if (pendingSaveResolve) {
pendingSaveResolve(true);
pendingSaveResolve = null;