diff --git a/frontend/editor/src/core/hooks/useLazyThumbnail.ts b/frontend/editor/src/core/hooks/useLazyThumbnail.ts index ffc164f49e..522e769a54 100644 --- a/frontend/editor/src/core/hooks/useLazyThumbnail.ts +++ b/frontend/editor/src/core/hooks/useLazyThumbnail.ts @@ -82,7 +82,6 @@ export function useLazyThumbnail( return thumb; } - /** * Cache keyed by path + mtime + size, so an unchanged file never renders * twice and an edited one re-renders. Bounded: a mounted Downloads folder can