mirror of
https://github.com/penpot/penpot.git
synced 2025-01-28 09:30:07 -05:00
Enable (again) the full shape movement.
Instead treat path like a rect.
This commit is contained in:
parent
3187a3ed2c
commit
9a5fce0a20
1 changed files with 2 additions and 2 deletions
|
@ -42,8 +42,8 @@
|
||||||
:rect (move-rect shape dpoint)
|
:rect (move-rect shape dpoint)
|
||||||
:text (move-rect shape dpoint)
|
:text (move-rect shape dpoint)
|
||||||
:line (move-rect shape dpoint)
|
:line (move-rect shape dpoint)
|
||||||
;; :path (move-path shape dpoint)
|
:path (move-path shape dpoint)
|
||||||
:path (move-rect shape dpoint)
|
;; :path (move-rect shape dpoint)
|
||||||
:circle (move-circle shape dpoint)
|
:circle (move-circle shape dpoint)
|
||||||
:group (move-group shape dpoint)))
|
:group (move-group shape dpoint)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue