diff options
| author | bobzel <zzzman@gmail.com> | 2023-07-08 09:19:16 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-07-08 09:19:16 -0400 |
| commit | 0007d043f7f27ce7d1103198ecb0e95e81362619 (patch) | |
| tree | d803f1c4af18770a0cb4348dbec4bc72ffc5dec3 /src/client/views/MainView.tsx | |
| parent | cf88809ea2299395db70ce608c193df7f24f0fb2 (diff) | |
fixed adding tabs to not try to distribute acls (this is done through adding a Doc to the docking view's Doc list).
Diffstat (limited to 'src/client/views/MainView.tsx')
| -rw-r--r-- | src/client/views/MainView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/MainView.tsx b/src/client/views/MainView.tsx index b708e2587..59636ccbe 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -153,8 +153,8 @@ export class MainView extends React.Component { } this._sidebarContent.proto = undefined; if (!MainView.Live) { - DocServer.setPlaygroundFields(['dockingConfig']); DocServer.setLivePlaygroundFields([ + 'dockingConfig', 'dataTransition', 'viewTransition', 'treeViewOpen', |
