mirror of
https://github.com/penpot/penpot.git
synced 2025-07-23 23:27:18 +02:00
🐛 Fix problems updating texts (#3765)
This commit is contained in:
parent
761dd9d6c1
commit
ce1bf49606
3 changed files with 11 additions and 9 deletions
|
@ -53,7 +53,6 @@
|
|||
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