From b1379ed7dea857467243018789aa41ca144b372c Mon Sep 17 00:00:00 2001 From: Florian Schroedl Date: Wed, 22 May 2024 16:35:44 +0200 Subject: [PATCH] Fix refocus prop not being removed --- 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 8623cbda2d..bce793631c 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 @@ handle-focus (mf/use-fn + (mf/deps refocus?) (fn [] (when refocus? (swap! state* dissoc :refocus?))