pull/255/head
zadam 2020-02-02 22:33:50 +07:00
parent 9f62490a75
commit 822a8509b3
1 changed files with 1 additions and 1 deletions

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