mirror of
https://github.com/zadam/trilium.git
synced 2025-10-28 16:56:34 +01:00
put back waiting for sync after frontend API backend request
This commit is contained in:
@@ -166,9 +166,7 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null, $contain
|
||||
}, "script");
|
||||
|
||||
if (ret.success) {
|
||||
// we used to wait for max entity change here returned from the response
|
||||
// but it's too easy to end up in infinite cycle when this is triggered as a consequence of
|
||||
// sync event (typically from custom widget)
|
||||
await ws.waitForMaxKnownEntityChangeId();
|
||||
|
||||
return ret.executionResult;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user