mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 22:49:45 +01:00
feat: allow grouping by none
This commit is contained in:
@@ -34,7 +34,7 @@ export class AutoSync {
|
||||
* @private
|
||||
*/
|
||||
schedule(id, item) {
|
||||
if (item && (item.remote || item.localOnly)) return;
|
||||
if (item && (item.remote || item.localOnly || item.failed)) return;
|
||||
|
||||
clearTimeout(this.timeout);
|
||||
this.timeout = setTimeout(() => {
|
||||
|
||||
Reference in New Issue
Block a user