0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-04-06 12:01:19 -05:00

🐛 Fix firefox showing old imposter

This commit is contained in:
Aitor 2023-12-04 16:59:35 +01:00 committed by Andrey Antukh
parent f7c616206a
commit e9ae4251ff

View file

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