mirror of
https://github.com/penpot/penpot.git
synced 2026-03-01 07:43:45 +00:00
🐛 Fix problem duplicating objects with alt
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user