diff options
author | bobzel <zzzman@gmail.com> | 2023-07-07 13:36:21 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2023-07-07 13:36:21 -0400 |
commit | fa38dbe06d6ddb5f4499b759459a24d2b3c111e8 (patch) | |
tree | 64020a79fcc4eedf77d2bddfd2c1cb048ed077d9 /src/client/views/MainView.tsx | |
parent | 53fe9a1e2503d8112ddb2f2101f46d5a2e23c791 (diff) |
a bunch of fixes to simplify collaboration and make it work better.
Diffstat (limited to 'src/client/views/MainView.tsx')
-rw-r--r-- | src/client/views/MainView.tsx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index 258674d53..b708e2587 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -153,10 +153,12 @@ export class MainView extends React.Component { } this._sidebarContent.proto = undefined; if (!MainView.Live) { - DocServer.setPlaygroundFields([ + DocServer.setPlaygroundFields(['dockingConfig']); + DocServer.setLivePlaygroundFields([ 'dataTransition', 'viewTransition', 'treeViewOpen', + 'treeViewExpandedView', 'carousel_index', 'itemIndex', // for changing slides in presentations 'layout_sidebarWidthPercent', |