mirror of
https://github.com/penpot/penpot.git
synced 2026-08-28 15:48:52 +00:00
📎 Fix linter issues on frontend
This commit is contained in:
parent
217284b1e1
commit
46fdec5c0f
@ -884,10 +884,10 @@
|
|||||||
(cond
|
(cond
|
||||||
(nil? parent) []
|
(nil? parent) []
|
||||||
(cfh/group-shape? parent) (let [fills (svg-fills/resolve-shape-fills parent)]
|
(cfh/group-shape? parent) (let [fills (svg-fills/resolve-shape-fills parent)]
|
||||||
(if (seq fills)
|
(if (seq fills)
|
||||||
fills
|
fills
|
||||||
(recur (:parent-id parent)
|
(recur (:parent-id parent)
|
||||||
(conj visited parent-id))))
|
(conj visited parent-id))))
|
||||||
(cfh/frame-shape? parent) []
|
(cfh/frame-shape? parent) []
|
||||||
:else (recur (:parent-id parent)
|
:else (recur (:parent-id parent)
|
||||||
(conj visited parent-id)))))))))
|
(conj visited parent-id)))))))))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user