You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-06 09:19:22 +02:00
Improve sync conflict handling when the changes between local and remote don't matter
This commit is contained in:
@@ -75,7 +75,7 @@ class Command extends BaseCommand {
|
||||
this.logger().info('Disabling fullscreen...');
|
||||
|
||||
app().gui().showModalOverlay(_('Starting to edit note. Close the editor to get back to the prompt.'));
|
||||
app().gui().forceRender();
|
||||
await app().gui().forceRender();
|
||||
const termState = app().gui().term().saveState();
|
||||
|
||||
const spawnSync = require('child_process').spawnSync;
|
||||
|
||||
Reference in New Issue
Block a user