Fix local folder title option refresh race
This commit is contained in:
@@ -648,6 +648,7 @@ export function createSidebarPageSettingsRuntime(context) {
|
||||
aggregate.layout_options = Object.assign({}, nextOptions);
|
||||
script.textContent = JSON.stringify(aggregate);
|
||||
script.setAttribute('data-mnote-page-options-synced-at', String(Date.now()));
|
||||
script.setAttribute('data-mnote-page-options-local-write-at', String(Date.now()));
|
||||
}
|
||||
} catch (_) {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user