mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-17 18:44:45 +02:00
Desktop: Regression: Fixes #8877: After a note is decrypted, the note list is not updated
This commit is contained in:
parent
dc8a095e47
commit
ddc83ec153
@ -36,6 +36,7 @@ const useRenderedNotes = (startNoteIndex: number, endNoteIndex: number, notes: N
|
||||
isSelected,
|
||||
isWatched,
|
||||
highlightedWords,
|
||||
note.encryption_applied,
|
||||
]);
|
||||
|
||||
if (renderedNotes[note.id] && renderedNotes[note.id].hash === viewHash) return null;
|
||||
|
Loading…
Reference in New Issue
Block a user