0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-09 08:20:45 -05:00

🐛 Fix mini bug

This commit is contained in:
Andrés Moya 2021-01-27 11:39:51 +01:00
parent ba12a2bc6d
commit 4da1b46b05

View file

@ -193,7 +193,7 @@
(update :workspace-data cp/process-changes changes)
(update-in [:workspace-file :data] cp/process-changes changes))
(-> state
(update-in state [:workspace-libraries file-id :revn] max revn)
(update-in [:workspace-libraries file-id :revn] max revn)
(update-in [:workspace-libraries file-id :data]
cp/process-changes changes))))))