diff options
author | Aubrey Li <Aubrey-Li> | 2022-04-12 19:21:53 -0400 |
---|---|---|
committer | Aubrey Li <Aubrey-Li> | 2022-04-12 19:21:53 -0400 |
commit | 98567999b9882ed093bb0d750504a1bd10aa9a94 (patch) | |
tree | cff66787e66c93a4b9096c3d6714701f8978fd7d /src/client/views/MainView.tsx | |
parent | 4cb2fc6f0a173939b5ee51ff2d6548058799facd (diff) |
revert presbox & treeview onclick focus
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 dcb678046..3bf81d374 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -245,7 +245,7 @@ export class MainView extends React.Component { })); } const pres = Docs.Create.PresDocument(new List<Doc>(), - { title: "Untitled Trail", childDontRegisterViews: true, _viewType: CollectionViewType.Tree, _forceActive: true, treeViewOpen: true, _fitWidth: true, _width: 400, _height: 500, targetDropAction: "alias", _chromeHidden: true, boxShadow: "0 0" }); + { title: "Untitled Trail", _viewType: CollectionViewType.Stacking, _fitWidth: true, _width: 400, _height: 500, targetDropAction: "alias", _chromeHidden: true, boxShadow: "0 0" }); CollectionDockingView.AddSplit(pres, "left"); this.userDoc.activePresentation = pres; Doc.AddDocToList(this.userDoc.myTrails as Doc, "data", pres); |