mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
fix zen mode with attributes, closes #1213
This commit is contained in:
@@ -156,7 +156,9 @@ async function consumeSyncData() {
|
||||
logError(`Encountered error ${e.message}: ${e.stack}, reloading frontend.`);
|
||||
|
||||
// if there's an error in updating the frontend then the easy option to recover is to reload the frontend completely
|
||||
utils.reloadApp();
|
||||
if (!glob.isDev) {
|
||||
utils.reloadApp();
|
||||
}
|
||||
}
|
||||
|
||||
for (const syncRow of nonProcessedSyncRows) {
|
||||
|
||||
Reference in New Issue
Block a user