mirror of
https://github.com/penpot/penpot.git
synced 2025-03-11 15:21:18 -05:00
✨ Ignore recent colors on importing a library
This commit is contained in:
parent
aee516e642
commit
d03577987e
1 changed files with 1 additions and 0 deletions
|
@ -731,6 +731,7 @@
|
|||
(assoc :modified-at timestamp)
|
||||
(update :data (fn [data]
|
||||
(-> data
|
||||
(dissoc :recent-colors)
|
||||
(assoc :id file-id')
|
||||
(cond-> (> (:version data) cfd/version)
|
||||
(assoc :version cfd/version))
|
||||
|
|
Loading…
Add table
Reference in a new issue