0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-25 00:06:09 -05:00

Delimit attrs on update-shape-flags impl

This commit is contained in:
Andrey Antukh 2023-08-28 11:14:59 +02:00
parent 69f2e7c43f
commit f82c682421

View file

@ -474,7 +474,7 @@
ids (if (boolean? blocked)
(into ids (->> ids (mapcat #(cph/get-children-ids objects %))))
ids)]
(rx/of (dch/update-shapes ids update-fn))))))
(rx/of (dch/update-shapes ids update-fn {:attrs #{:blocked :hidden}}))))))
(defn toggle-visibility-selected
[]