mirror of
https://github.com/penpot/penpot.git
synced 2025-01-25 07:58:49 -05:00
🐛 Fix incorrect react vdom on font-selector component
This commit is contained in:
parent
954e5303f0
commit
56aa751425
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue