From e601e2accab52f2514afcd46e7ab58c6d691b046 Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Wed, 30 Mar 2022 13:23:39 +0200 Subject: [PATCH] :bug: Fix linter problem --- frontend/src/app/main/ui/workspace/viewport/actions.cljs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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?