mirror of
https://github.com/penpot/penpot.git
synced 2026-07-21 05:27:50 +00:00
✨ Ignore recent colors on importing a library
This commit is contained in:
parent
aee516e642
commit
d03577987e
@ -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…
x
Reference in New Issue
Block a user