mirror of
https://github.com/penpot/penpot.git
synced 2026-07-22 22:17:58 +00:00
🐛 Fix problem with dismiss fonts
This commit is contained in:
parent
db7ed75a91
commit
dd69762b31
@ -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)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user