mirror of
https://github.com/penpot/penpot.git
synced 2026-04-28 20:58:06 +00:00
🐛 Fix double click and lens zoom
This commit is contained in:
parent
4a3a53182b
commit
771d1d9194
@ -178,7 +178,7 @@
|
||||
(mf/deps @hover @hover-ids drawing-path? edition drawing-tool @z? workspace-read-only?)
|
||||
(fn [event]
|
||||
(dom/stop-propagation event)
|
||||
(when (not z?)
|
||||
(when-not @z?
|
||||
(let [ctrl? (kbd/ctrl? event)
|
||||
shift? (kbd/shift? event)
|
||||
alt? (kbd/alt? event)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user