asdasd
This commit is contained in:
@@ -1 +1 @@
|
||||
1.2.76
|
||||
1.2.78
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user