diff --git a/apps/client/src/widgets/react/hooks.tsx b/apps/client/src/widgets/react/hooks.tsx index 07429b73c..b14e079e7 100644 --- a/apps/client/src/widgets/react/hooks.tsx +++ b/apps/client/src/widgets/react/hooks.tsx @@ -484,8 +484,7 @@ export function useNoteBlob(note: FNote | null | undefined, componentId?: string return; } - if (loadResults.hasRevisionForNote(note.noteId) || - loadResults.isNoteContentReloaded(note.noteId, componentId)) { + if (loadResults.isNoteContentReloaded(note.noteId, componentId)) { refresh(); } });