0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-15 11:38:24 -05:00

🐛 Don't remove :workspace-layout on finalize-file.

This commit is contained in:
Andrey Antukh 2021-07-27 00:08:12 +02:00 committed by Andrés Moya
parent 394e6b08ad
commit bff35de39f

View file

@ -204,19 +204,19 @@
ptk/UpdateEvent ptk/UpdateEvent
(update [_ state] (update [_ state]
(dissoc state (dissoc state
:workspace-file
:workspace-project
:workspace-media-objects
:workspace-persistence
:workspace-local
:workspace-data
:workspace-editor-state
:workspace-undo
:current-file-id :current-file-id
:current-project-id :current-project-id
:workspace-layout :current-team-id
:workspace-data
:workspace-editor-state
:workspace-file
:workspace-libraries :workspace-libraries
:workspace-presence)) :workspace-media-objects
:workspace-persistence
:workspace-presence
:workspace-project
:workspace-project
:workspace-undo))
ptk/WatchEvent ptk/WatchEvent
(watch [_ _ _] (watch [_ _ _]