mirror of
https://github.com/penpot/penpot.git
synced 2025-06-10 17:31:39 +02:00
✨ Minor improvements on shape selection.
This commit is contained in:
parent
78509f3a06
commit
f906945101
4 changed files with 27 additions and 20 deletions
|
@ -280,9 +280,8 @@
|
|||
(geom/transform shape modifier-mtx)
|
||||
shape)
|
||||
shape (dissoc shape ::initialized? :modifier-mtx)]
|
||||
;; Add & select the cred shape to the workspace
|
||||
(rx/of (dw/add-shape shape)
|
||||
dw/select-first-shape))))))))
|
||||
;; Add & select the created shape to the workspace
|
||||
(rx/of (dw/add-shape shape)))))))))
|
||||
|
||||
(def close-drawing-path
|
||||
(ptk/reify ::close-drawing-path
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue