mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 09:16:45 +01:00
removed annoying "sync update in progress" toast message
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user