From 6f5930bf15174c706aed48bcc7499899fb8e93fb Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Wed, 22 May 2024 15:43:40 +0200 Subject: [PATCH] Clear token value on blur --- frontend/src/app/main/ui/workspace/tokens/editable_select.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/main/ui/workspace/tokens/editable_select.cljs b/frontend/src/app/main/ui/workspace/tokens/editable_select.cljs index 692baeb5b..430064476 100644 --- a/frontend/src/app/main/ui/workspace/tokens/editable_select.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/editable_select.cljs @@ -167,6 +167,7 @@ (mf/use-fn (fn [] (mf/set-ref-val! emit-blur? true) + (swap! state* assoc :token-value nil) (timers/schedule 200 (fn []