mirror of
https://github.com/penpot/penpot.git
synced 2025-04-01 09:31:26 -05:00
🐛 Fix previous thumbnail being rendered when fill is transparent
This commit is contained in:
parent
c4ca40da16
commit
2977709468
1 changed files with 2 additions and 0 deletions
|
@ -149,6 +149,8 @@
|
|||
loading-fonts? (some? (dom/query (dm/str "#frame-container-" id " > style[data-loading='true']")))]
|
||||
(when (and (not loading-images?)
|
||||
(not loading-fonts?))
|
||||
(reset! svg-uri* nil)
|
||||
(reset! bitmap-uri* nil)
|
||||
(generate-thumbnail)
|
||||
(reset! regenerate* false))))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue