0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-16 01:31:22 -05:00

🐛 Fix ctrl+z shows zoom icon

This commit is contained in:
Pablo Alba 2023-01-26 12:55:26 +01:00 committed by Andrés Moya
parent 21fc9289a6
commit f2033c46f3

View file

@ -81,6 +81,7 @@
(not= drawing-tool :curve)))
show-zoom? (and @z?
(not @space?)
(not @mod?)
(not drawing-path?)
(not drawing-tool))