mirror of
https://github.com/penpot/penpot.git
synced 2025-07-23 10:37:12 +02:00
🐛 Fix problem with size 100% and hidden layers
This commit is contained in:
parent
a49bc07259
commit
01c3678c6d
3 changed files with 23 additions and 25 deletions
|
@ -53,6 +53,7 @@
|
|||
font-id (dom/get-property-value styles "--font-id")]
|
||||
|
||||
(->> (fonts/ensure-loaded! font-id)
|
||||
(p/delay 125)
|
||||
(p/fmap (fn []
|
||||
(when-not ^boolean (dom/check-font? font)
|
||||
(load-font font))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue