mirror of
https://github.com/penpot/penpot.git
synced 2025-04-06 03:51:21 -05:00
🐛 Fix problems on sync with components chain with reset override
This commit is contained in:
parent
617edbebec
commit
b17371d440
2 changed files with 4 additions and 3 deletions
|
@ -606,7 +606,8 @@
|
|||
|
||||
shape-main (when component
|
||||
(if (and reset? components-v2)
|
||||
(ctf/find-remote-shape container libraries shape-inst)
|
||||
;; the reset is against the ref-shape, not against the original shape of the component
|
||||
(ctf/find-ref-shape nil container libraries shape-inst {:include-deleted? true})
|
||||
(ctf/get-ref-shape library component shape-inst)))
|
||||
|
||||
shape-inst (if (and reset? components-v2)
|
||||
|
|
|
@ -1177,8 +1177,8 @@
|
|||
(t/is (= (:fill-opacity shape1) 0))
|
||||
(t/is (= (:name shape2) "Rect 1"))
|
||||
(t/is (= (:touched shape2) nil))
|
||||
(t/is (= (:fill-color shape2) clr/white))
|
||||
(t/is (= (:fill-opacity shape2) 1))
|
||||
(t/is (= (:fill-color shape2) clr/test))
|
||||
(t/is (= (:fill-opacity shape2) 0.5))
|
||||
|
||||
(t/is (= (:name c-instance2) "Board"))
|
||||
(t/is (= (:touched c-instance2) nil))
|
||||
|
|
Loading…
Add table
Reference in a new issue