mirror of
https://github.com/penpot/penpot.git
synced 2025-04-04 11:01:20 -05:00
Use not resizable selection component for shape component.
When no edition mode is activated.
This commit is contained in:
parent
0a547aed4c
commit
f2ebb75199
1 changed files with 4 additions and 3 deletions
|
@ -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))))))
|
||||
|
|
Loading…
Add table
Reference in a new issue