diff --git a/frontend/src/app/main/ui/workspace/tokens/sets.cljs b/frontend/src/app/main/ui/workspace/tokens/sets.cljs index e75a43ac3..2c369d4f5 100644 --- a/frontend/src/app/main/ui/workspace/tokens/sets.cljs +++ b/frontend/src/app/main/ui/workspace/tokens/sets.cljs @@ -63,7 +63,9 @@ on-click (mf/use-fn (mf/deps type set-id) - #(st/emit! (set-current-set set-id)))] + (fn [event] + (dom/stop-propagation event) + (st/emit! (set-current-set set-id))))] [:div {:class (stl/css :set-item-container) :on-click on-click} [:div {:class (stl/css-case :set-item-group (= type :group)