From e9ae4251ff686e90a32490a0a918f750bd323f05 Mon Sep 17 00:00:00 2001 From: Aitor Date: Mon, 4 Dec 2023 16:59:35 +0100 Subject: [PATCH] :bug: Fix firefox showing old imposter --- frontend/src/app/main/ui/workspace/shapes/frame.cljs | 2 +- 1 file changed, 1 insertion(+), 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 81ad2f7f2..2adf9ba64 100644 --- a/frontend/src/app/main/ui/workspace/shapes/frame.cljs +++ b/frontend/src/app/main/ui/workspace/shapes/frame.cljs @@ -175,7 +175,7 @@ :href thumbnail-uri :on-load on-load :on-error on-error - :style {:display (when-not ^boolean thumbnail? "none")}}] + :style {:display (when-not (and ^boolean thumbnail? ^boolean thumbnail-uri) "none")}}] ;; Render border around image when we are debugging ;; thumbnails.