diff --git a/frontend/src/app/main/ui/workspace/viewport/hooks.cljs b/frontend/src/app/main/ui/workspace/viewport/hooks.cljs index b07d11210..1c5d08709 100644 --- a/frontend/src/app/main/ui/workspace/viewport/hooks.cljs +++ b/frontend/src/app/main/ui/workspace/viewport/hooks.cljs @@ -81,6 +81,7 @@ (not= drawing-tool :curve))) show-zoom? (and @z? (not @space?) + (not @mod?) (not drawing-path?) (not drawing-tool))