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:
parent
f7c616206a
commit
e9ae4251ff
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue