mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
fix
This commit is contained in:
parent
9f62490a75
commit
822a8509b3
@ -491,7 +491,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
|
||||
}
|
||||
|
||||
for (const noteId of loadResults.getNoteIds()) {
|
||||
noteIdsToUpdate.push(noteId);
|
||||
noteIdsToUpdate.add(noteId);
|
||||
}
|
||||
|
||||
for (const noteId of noteIdsToReload) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user