mirror of
https://github.com/penpot/penpot.git
synced 2026-05-07 00:58:48 +00:00
✨ Add protection to fix script
This commit is contained in:
parent
cc07c7a580
commit
1f04304210
@ -364,8 +364,10 @@
|
||||
fix-touched-children
|
||||
(fn [shape]
|
||||
(let [matches? (fn [[child-id ref-child-id]]
|
||||
(let [child (ctn/get-shape page child-id)]
|
||||
(= (:shape-ref child) ref-child-id)))
|
||||
(if child-id
|
||||
(let [child (ctn/get-shape page child-id)]
|
||||
(= (:shape-ref child) ref-child-id))
|
||||
false))
|
||||
equal? (every? matches? (d/zip-all (:shapes shape) (:shapes ref-shape)))]
|
||||
(when (and (not equal?) (not (cph/touched-group? shape :shapes-group)))
|
||||
(println " -> set touched " (:name shape) (:id shape) :shapes :shapes-group))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user