From ab80021fb174bab739fac49cbe8a06adc50a69b3 Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Fri, 26 Sep 2025 11:24:00 +0200 Subject: [PATCH] :bug: Fix performance issue on font-family --- .../app/main/ui/workspace/tokens/management/create/form.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/main/ui/workspace/tokens/management/create/form.cljs b/frontend/src/app/main/ui/workspace/tokens/management/create/form.cljs index e4c9333f75..f5db9f4189 100644 --- a/frontend/src/app/main/ui/workspace/tokens/management/create/form.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/management/create/form.cljs @@ -852,7 +852,7 @@ custom-input-token-value-props: Custom props passed to the custom-input-token-va {:placeholder (or placeholder (tr "workspace.tokens.token-font-family-value-enter")) :label label :aria-label aria-label - :value (or (:name font) default-value) + :default-value (or (:name font) default-value) :ref input-ref :on-blur on-blur :on-change on-update-value'