mirror of
https://github.com/penpot/penpot.git
synced 2026-03-10 12:16:17 +00:00
🐛 Fix incorrect react vdom on font-selector component
This commit is contained in:
@@ -225,8 +225,8 @@
|
||||
:spell-check false
|
||||
:on-change on-filter-change}]
|
||||
(when (and recent-fonts show-recent)
|
||||
[:hr]
|
||||
[*
|
||||
[:*
|
||||
[:hr]
|
||||
[:p.title (tr "workspace.options.recent-fonts")]
|
||||
(for [[idx font] (d/enumerate recent-fonts)]
|
||||
[:& font-item {:key (dm/str "font-" idx)
|
||||
|
||||
Reference in New Issue
Block a user