0
Fork 0
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:
Andrey Antukh 2023-11-15 13:38:57 +01:00
parent aee516e642
commit d03577987e

View file

@ -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))