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();
|
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;
|
||||||
|
|||||||
Reference in New Issue
Block a user