1
0
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:
Laurent Cozic 2023-09-15 11:28:15 +01:00
parent dc8a095e47
commit ddc83ec153

View File

@ -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;