mirror of
https://github.com/penpot/penpot.git
synced 2026-03-05 09:41:12 +00:00
⚡ Delimit attrs on update-shape-flags impl
This commit is contained in:
@@ -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
|
||||
[]
|
||||
|
||||
Reference in New Issue
Block a user