mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 11:26:15 +01:00
fix
This commit is contained in:
@@ -491,7 +491,7 @@ export default class NoteTreeWidget extends TabAwareWidget {
|
|||||||
}
|
}
|
||||||
|
|
||||||
for (const noteId of loadResults.getNoteIds()) {
|
for (const noteId of loadResults.getNoteIds()) {
|
||||||
noteIdsToUpdate.push(noteId);
|
noteIdsToUpdate.add(noteId);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (const noteId of noteIdsToReload) {
|
for (const noteId of noteIdsToReload) {
|
||||||
|
|||||||
Reference in New Issue
Block a user