mirror of
https://github.com/penpot/penpot.git
synced 2025-02-25 08:16:49 -05:00
⚡ Delimit attrs on update-shape-flags impl
This commit is contained in:
parent
69f2e7c43f
commit
f82c682421
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@
|
||||||
ids (if (boolean? blocked)
|
ids (if (boolean? blocked)
|
||||||
(into ids (->> ids (mapcat #(cph/get-children-ids objects %))))
|
(into ids (->> ids (mapcat #(cph/get-children-ids objects %))))
|
||||||
ids)]
|
ids)]
|
||||||
(rx/of (dch/update-shapes ids update-fn))))))
|
(rx/of (dch/update-shapes ids update-fn {:attrs #{:blocked :hidden}}))))))
|
||||||
|
|
||||||
(defn toggle-visibility-selected
|
(defn toggle-visibility-selected
|
||||||
[]
|
[]
|
||||||
|
|
Loading…
Add table
Reference in a new issue