0
Fork 0
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:
alonso.torres 2023-12-04 12:27:40 +01:00
parent 9335ebadb1
commit 674d69c92b

View file

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