mirror of
https://github.com/penpot/penpot.git
synced 2025-03-26 06:31:26 -05:00
🐛 Fix problem duplicating objects with alt
This commit is contained in:
parent
9335ebadb1
commit
674d69c92b
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue