diff --git a/src/main/frontend/ui.cljs b/src/main/frontend/ui.cljs index 93fa5e3af..eca1ed03a 100644 --- a/src/main/frontend/ui.cljs +++ b/src/main/frontend/ui.cljs @@ -372,6 +372,7 @@ (menu-link {:id (str "ac-" idx) :class (when chosen? "chosen") + :on-mouse-enter #(reset! current-idx idx) :on-mouse-down (fn [e] (util/stop e) (if (and (gobj/get e "shiftKey") on-shift-chosen)