mirror of
https://github.com/penpot/penpot.git
synced 2026-04-26 19:58:09 +00:00
🐛 Fix problem duplicating objects with alt
This commit is contained in:
parent
9335ebadb1
commit
674d69c92b
@ -56,8 +56,8 @@
|
||||
|
||||
(defn get-pointer-alt-mod
|
||||
[^PointerEvent ev]
|
||||
(.-meta ev))
|
||||
(.-alt ev))
|
||||
|
||||
(defn get-pointer-shift-mod
|
||||
[^PointerEvent ev]
|
||||
(.-meta ev))
|
||||
(.-shift ev))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user