diff --git a/frontend/src/app/main/ui/workspace/viewport/actions.cljs b/frontend/src/app/main/ui/workspace/viewport/actions.cljs index 1a83c86917..7d168d2a97 100644 --- a/frontend/src/app/main/ui/workspace/viewport/actions.cljs +++ b/frontend/src/app/main/ui/workspace/viewport/actions.cljs @@ -156,10 +156,8 @@ alt? (kbd/alt? event) meta? (kbd/meta? event) mod? (kbd/mod? event) - hovering? (some? @hover) - frame? (= :frame (:type @hover)) - selected? (contains? selected (:id @hover))] + frame? (= :frame (:type @hover))] (st/emit! (ms/->MouseEvent :click ctrl? shift? alt? meta?)) (when (and hovering?