diff --git a/frontend/src/app/main/ui/workspace/effects.cljs b/frontend/src/app/main/ui/workspace/effects.cljs index 668de1b2f..f35dc62c4 100644 --- a/frontend/src/app/main/ui/workspace/effects.cljs +++ b/frontend/src/app/main/ui/workspace/effects.cljs @@ -56,7 +56,7 @@ (dom/prevent-default event) (when-not blocked (cond - (or (not= 1 button) drawing? ctrl?) + (or (not= 1 button) drawing? ctrl? edition) nil (= type :frame)