Handling groups inside bool shapes

This commit is contained in:
alonso.torres 2021-09-17 14:38:44 +02:00
parent 6fd35ae5d9
commit c56f024a86
7 changed files with 155 additions and 51 deletions

View file

@ -266,8 +266,10 @@
(-> (:workspace-local state)
(select-keys [:modifiers :selected]))
modifiers (merge modifiers
(into #{} (map #(vector % disp-modifiers)) selected))]
modifiers
(d/deep-merge
modifiers
(into {} (map #(vector % {:modifiers disp-modifiers})) selected))]
(gsh/merge-modifiers children modifiers)))]
(l/derived selector st/state =)))