mirror of
https://github.com/penpot/penpot.git
synced 2026-05-02 22:58:35 +00:00
🐛 Fixed problem when using colors from shared libs
This commit is contained in:
parent
272d023f3c
commit
6f56a19390
@ -186,7 +186,8 @@
|
||||
:operations uoperations})]]
|
||||
[rchanges uchanges]))
|
||||
(let [attr-ref-id (keyword (str (name attr) "-ref-id"))]
|
||||
(if-not (contains? shape attr-ref-id)
|
||||
(if (or (not (contains? shape attr-ref-id))
|
||||
(nil? (get library-items (get shape attr-ref-id))))
|
||||
(recur (next attrs)
|
||||
roperations
|
||||
uoperations)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user