From f2033c46f3d7be7e076cd373fa9748ee7b06babd Mon Sep 17 00:00:00 2001 From: Pablo Alba Date: Thu, 26 Jan 2023 12:55:26 +0100 Subject: [PATCH] :bug: Fix ctrl+z shows zoom icon --- frontend/src/app/main/ui/workspace/viewport/hooks.cljs | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/app/main/ui/workspace/viewport/hooks.cljs b/frontend/src/app/main/ui/workspace/viewport/hooks.cljs index b07d11210f..1c5d08709b 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))