0
Fork 0
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:
Andrey Antukh 2016-08-30 19:19:09 +03:00
parent cf5f7349a6
commit dffab9a482
No known key found for this signature in database
GPG key ID: 4DFEBCB8316A8B95

View file

@ -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))))))