mirror of
https://github.com/penpot/penpot.git
synced 2025-04-05 19:41:27 -05:00
Disable resize handlers for group.
This commit is contained in:
parent
cf5f7349a6
commit
dffab9a482
1 changed files with 3 additions and 0 deletions
|
@ -196,5 +196,8 @@
|
|||
(single-not-editable-selection-handlers shape)
|
||||
(single-selection-handlers (first shapes)))
|
||||
|
||||
(= :group (:type shape))
|
||||
(single-not-editable-selection-handlers shape)
|
||||
|
||||
:else
|
||||
(single-selection-handlers (first shapes))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue