mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 06:28:47 +00:00
Disable resize handlers for group.
This commit is contained in:
parent
cf5f7349a6
commit
dffab9a482
@ -196,5 +196,8 @@
|
|||||||
(single-not-editable-selection-handlers shape)
|
(single-not-editable-selection-handlers shape)
|
||||||
(single-selection-handlers (first shapes)))
|
(single-selection-handlers (first shapes)))
|
||||||
|
|
||||||
|
(= :group (:type shape))
|
||||||
|
(single-not-editable-selection-handlers shape)
|
||||||
|
|
||||||
:else
|
:else
|
||||||
(single-selection-handlers (first shapes))))))
|
(single-selection-handlers (first shapes))))))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user