mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 09:06:11 +02:00
🐛 Limit reset overrides on swapped components to affected subtree
This commit is contained in:
parent
ef2dfe5888
commit
8f156a7fd0
2 changed files with 43 additions and 8 deletions
|
@ -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"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue