From a450dee7cf17f40480e7ccd756b1cff5c224e5cc Mon Sep 17 00:00:00 2001 From: "alonso.torres" Date: Wed, 13 Jan 2021 19:19:51 +0100 Subject: [PATCH] :bug: New paths over shapes --- frontend/src/app/main/ui/workspace/effects.cljs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)