From 56aa751425204ca655bd4954466a5c22cede05f0 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 13 Sep 2023 16:34:27 +0200 Subject: [PATCH] :bug: Fix incorrect react vdom on font-selector component --- .../main/ui/workspace/sidebar/options/menus/typography.cljs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/app/main/ui/workspace/sidebar/options/menus/typography.cljs b/frontend/src/app/main/ui/workspace/sidebar/options/menus/typography.cljs index b67905296d..5a90e4ab01 100644 --- a/frontend/src/app/main/ui/workspace/sidebar/options/menus/typography.cljs +++ b/frontend/src/app/main/ui/workspace/sidebar/options/menus/typography.cljs @@ -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)