mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix firefox showing old imposter
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user