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

@@ -1 +1 @@
1.2.76 1.2.78

View File

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