mirror of
https://github.com/penpot/penpot.git
synced 2026-03-01 07:43:45 +00:00
🐛 Fixed selection behaviour
This commit is contained in:
@@ -1329,6 +1329,7 @@
|
||||
"ctrl+shift+z" #(st/emit! dwc/redo)
|
||||
"ctrl+y" #(st/emit! dwc/redo)
|
||||
"ctrl+q" #(st/emit! dwc/reinitialize-undo)
|
||||
"a" #(st/emit! (select-for-drawing :frame))
|
||||
"b" #(st/emit! (select-for-drawing :rect))
|
||||
"e" #(st/emit! (select-for-drawing :circle))
|
||||
"t" #(st/emit! (select-for-drawing :text))
|
||||
|
||||
@@ -125,7 +125,7 @@
|
||||
(:hidden item))
|
||||
nil
|
||||
|
||||
(.-ctrlKey event)
|
||||
(.-shiftKey event)
|
||||
(st/emit! (dw/select-shape id true))
|
||||
|
||||
(> (count selected) 1)
|
||||
|
||||
Reference in New Issue
Block a user