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:
parent
ba12a2bc6d
commit
4da1b46b05
1 changed files with 1 additions and 1 deletions
|
@ -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))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue