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

🐛 Fix double click and lens zoom

This commit is contained in:
Pablo Alba 2023-01-24 14:19:14 +01:00
parent 4a3a53182b
commit 771d1d9194

View file

@ -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)