mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
web: run sync on re-enabling sync
This commit is contained in:
@@ -177,6 +177,8 @@ class AppStore extends BaseStore {
|
||||
|
||||
if (isSyncEnabled) {
|
||||
this.abortSync("disabled");
|
||||
} else {
|
||||
this.sync();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user