🐛 Fix problem with size 100% and hidden layers

This commit is contained in:
alonso.torres 2023-10-20 09:32:20 +02:00
parent a49bc07259
commit 01c3678c6d
3 changed files with 23 additions and 25 deletions

View file

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