Fixes dummy note race condition

This commit is contained in:
Mo Bitar
2020-03-21 09:50:53 -05:00
parent d76e03c70f
commit c5d86f16a9
4 changed files with 4 additions and 7 deletions

View File

@@ -536,8 +536,7 @@ class NotesCtrl extends PureCtrl {
content: {
text: '',
title: title
},
add: true
}
});
newNote.client_updated_at = new Date();
newNote.dummy = isDummyNote;