mirror of
https://github.com/penpot/penpot.git
synced 2026-02-25 22:04:14 +00:00
Use not resizable selection component for shape component.
When no edition mode is activated.
This commit is contained in:
@@ -187,9 +187,10 @@
|
||||
|
||||
:else
|
||||
(cond
|
||||
(and (= :path (:type shape))
|
||||
(= @edition-ref (:id shape)))
|
||||
(path-edition-selection-handlers shape)
|
||||
(= :path (:type shape))
|
||||
(if (= @edition-ref (:id shape))
|
||||
(path-edition-selection-handlers shape)
|
||||
(single-not-editable-selection-handlers shape))
|
||||
|
||||
:else
|
||||
(single-selection-handlers (first shapes))))))
|
||||
|
||||
Reference in New Issue
Block a user