mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 06:59:31 +01:00
fix: don't run autosync for localOnly items
This commit is contained in:
@@ -34,7 +34,7 @@ export class AutoSync {
|
||||
* @private
|
||||
*/
|
||||
schedule(id, item) {
|
||||
if (item && item.remote) return;
|
||||
if (item && (item.remote || item.localOnly)) return;
|
||||
|
||||
clearTimeout(this.timeout);
|
||||
this.timeout = setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user