🐛 Fix problems updating texts (#3765)

This commit is contained in:
Alonso Torres 2023-11-06 14:29:09 +01:00 committed by GitHub
parent 761dd9d6c1
commit ce1bf49606
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 9 deletions

View file

@ -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))))