This commit is contained in:
zadam 2020-02-02 22:33:50 +01:00
parent 9f62490a75
commit 822a8509b3

View file

@ -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) {