1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

All: Added concept of provisional note to simplify creation and handling of newly created notes

This commit is contained in:
Laurent Cozic
2020-02-29 12:39:15 +00:00
parent 6542a60d61
commit 6ca0e6adcc
6 changed files with 63 additions and 65 deletions

View File

@ -561,6 +561,7 @@ class Note extends BaseItem {
this.dispatch({
type: 'NOTE_UPDATE_ONE',
note: note,
provisional: !!options.provisional,
});
if ('todo_due' in o || 'todo_completed' in o || 'is_todo' in o || 'is_conflict' in o) {