fix zen mode with attributes, closes #1213

This commit is contained in:
zadam
2020-09-04 22:54:50 +02:00
parent 29efe3a492
commit 0c72d29684
5 changed files with 7 additions and 6 deletions

View File

@@ -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) {