removed annoying "sync update in progress" toast message

This commit is contained in:
zadam
2021-07-26 21:28:45 +02:00
parent 3a78a75afc
commit f50084dc1b
3 changed files with 5 additions and 11 deletions

View File

@@ -454,7 +454,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
return;
}
const note = await froca.getNote(node.data.noteId);
const note = await froca.getNote(node.data.noteId, true);
if (!note || note.isDeleted) {
return;