0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -05:00

Deselect shapes after deletion.

This commit is contained in:
Andrey Antukh 2020-05-16 16:43:04 +02:00
parent f64d1fb8f6
commit ccb79f7188

View file

@ -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