mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-05-05 03:39:13 -05:00
synchronize the removal of the selection in cuttonote to make it more predictable
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -331,4 +331,9 @@ export default class NoteDetailWidget extends TabAwareWidget {
|
|||||||
saveSelection: true
|
saveSelection: true
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// used by cutToNote in CKEditor build
|
||||||
|
async saveNoteDetailNowCommand() {
|
||||||
|
await this.spacedUpdate.updateNowIfNecessary();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user