From 3d6eb9d4bb7ba4b821fdaf168f814d7015ea481a Mon Sep 17 00:00:00 2001 From: AzazelN28 Date: Fri, 22 Mar 2024 09:23:30 +0100 Subject: [PATCH] :bug: Fix check thumbnails size --- frontend/src/app/main/ui/workspace/shapes/frame.cljs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/shapes/frame.cljs b/frontend/src/app/main/ui/workspace/shapes/frame.cljs index 70e46664a..f4bd1f9d3 100644 --- a/frontend/src/app/main/ui/workspace/shapes/frame.cljs +++ b/frontend/src/app/main/ui/workspace/shapes/frame.cljs @@ -155,7 +155,8 @@ task-ref (mf/use-ref nil) on-load (mf/use-fn (fn [] - (check-thumbnail-size (mf/ref-val imposter-ref) bounds file-id page-id frame-id) + ;; We need to check if this is the culprit of the thumbnail regeneration. + ;; (check-thumbnail-size (mf/ref-val imposter-ref) bounds file-id page-id frame-id) (mf/set-ref-val! tries-ref 0) (reset! imposter-loaded true))) on-error (mf/use-fn