mirror of
https://github.com/penpot/penpot.git
synced 2026-05-08 09:38:43 +00:00
Enable (again) the full shape movement.
Instead treat path like a rect.
This commit is contained in:
parent
3187a3ed2c
commit
9a5fce0a20
@ -42,8 +42,8 @@
|
||||
:rect (move-rect shape dpoint)
|
||||
:text (move-rect shape dpoint)
|
||||
:line (move-rect shape dpoint)
|
||||
;; :path (move-path shape dpoint)
|
||||
:path (move-rect shape dpoint)
|
||||
:path (move-path shape dpoint)
|
||||
;; :path (move-rect shape dpoint)
|
||||
:circle (move-circle shape dpoint)
|
||||
:group (move-group shape dpoint)))
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user