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