0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00

🐛 Fix problem with dismiss fonts

This commit is contained in:
alonso.torres 2024-03-15 15:13:57 +01:00
parent db7ed75a91
commit dd69762b31

View file

@ -161,7 +161,7 @@
(mf/use-fn
(mf/deps fonts)
(fn [_]
(run! on-delete (vals fonts))))]
(run! #(swap! fonts* dissoc (:id %)) (vals fonts))))]
[:div {:class (stl/css :dashboard-fonts-upload)}
[:div {:class (stl/css :dashboard-fonts-hero)}