mirror of
https://github.com/penpot/penpot.git
synced 2025-05-18 20:36:10 +02:00
🐛 Fixed problem when using colors from shared libs
This commit is contained in:
parent
272d023f3c
commit
6f56a19390
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue