diff --git a/config/current.ver b/config/current.ver index 9ce730c..2833ec4 100644 --- a/config/current.ver +++ b/config/current.ver @@ -1 +1 @@ -1.2.76 +1.2.78 \ No newline at end of file diff --git a/public/assets/js/ui-editor.js b/public/assets/js/ui-editor.js index 9bc494a..0802c56 100644 --- a/public/assets/js/ui-editor.js +++ b/public/assets/js/ui-editor.js @@ -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;