From a6c6bc3340c85c15d5633a2c38df2e21e2e849fe Mon Sep 17 00:00:00 2001 From: Lars Gebhardt-Kusche Date: Sun, 8 Feb 2026 23:40:43 +0100 Subject: [PATCH] asdasd --- config/current.ver | 2 +- public/assets/js/ui-editor.js | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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;