diff --git a/src/modules/sync/hooks.ts b/src/modules/sync/hooks.ts index c8fc349..7c7ddfc 100644 --- a/src/modules/sync/hooks.ts +++ b/src/modules/sync/hooks.ts @@ -52,6 +52,7 @@ async function callSyncing( items = items.filter((item) => addon.api.sync.isSyncNote(item.id)); } if (items.length === 0) { + addon.data.sync.lock = false; return; } if (skipActive) {