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:
parent
394e6b08ad
commit
bff35de39f
1 changed files with 10 additions and 10 deletions
|
@ -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 [_ _ _]
|
||||||
|
|
Loading…
Add table
Reference in a new issue