You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Sync fixes
This commit is contained in:
@@ -73,7 +73,7 @@ class SideMenuContentComponent extends Component {
|
||||
sync.cancel();
|
||||
} else {
|
||||
if (reg.oneDriveApi().auth()) {
|
||||
sync.start();
|
||||
reg.scheduleSync(1);
|
||||
} else {
|
||||
this.props.dispatch({ type: 'SIDE_MENU_CLOSE' });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user