mirror of
https://github.com/penpot/penpot.git
synced 2026-04-25 11:18:36 +00:00
✨ Deselect shapes after deletion.
This commit is contained in:
parent
f64d1fb8f6
commit
ccb79f7188
@ -847,7 +847,8 @@
|
||||
|
||||
shapes (map lookup selected)
|
||||
shape? #(not= (:type %) :frame)]
|
||||
(rx/of (delete-shapes selected))))))
|
||||
(rx/of (delete-shapes selected)
|
||||
deselect-all)))))
|
||||
|
||||
|
||||
;; --- Rename Shape
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user