🐛 Limit reset overrides on swapped components to affected subtree

This commit is contained in:
Alejandro Alonso 2024-03-20 07:34:39 +01:00 committed by Andrés Moya
parent ef2dfe5888
commit 8f156a7fd0
2 changed files with 43 additions and 8 deletions

View file

@ -588,7 +588,7 @@
(t/is (= (:fill-color shape1) clr/black))
(t/is (= (:fill-opacity shape1) 0))
(t/is (= (:name shape2) "Rect 1"))
(t/is (= (:touched shape2) nil))
(t/is (= (:touched shape2) #{:fill-group}))
(t/is (= (:fill-color shape2) clr/test))
(t/is (= (:fill-opacity shape2) 0.5))
(t/is (= (:name c-instance2) "Board"))