🐛 Fix performance issue on font-family

This commit is contained in:
Florian Schroedl 2025-09-26 11:24:00 +02:00 committed by Andrés Moya
parent f31e9b8ac9
commit ab80021fb1

View File

@ -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'