mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 09:36:11 +02: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
Add a link
Reference in a new issue