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:
parent
21fc9289a6
commit
f2033c46f3
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@
|
||||||
(not= drawing-tool :curve)))
|
(not= drawing-tool :curve)))
|
||||||
show-zoom? (and @z?
|
show-zoom? (and @z?
|
||||||
(not @space?)
|
(not @space?)
|
||||||
|
(not @mod?)
|
||||||
(not drawing-path?)
|
(not drawing-path?)
|
||||||
(not drawing-tool))
|
(not drawing-tool))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue