diff options
author | bobzel <zzzman@gmail.com> | 2020-09-18 09:24:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-18 09:24:23 -0400 |
commit | febc90a749df74a59cadcf18b178c0b5c6863dca (patch) | |
tree | 51f1448083f985a95c23c2219a4d9a739b23d7e7 /src/client/views/MainView.tsx | |
parent | 88fbc391b3dd3f36a2e7015bc59c3a306d3e7d57 (diff) | |
parent | 8e672ed0e062b9483d3c0e19fa5e2e0a505a0472 (diff) |
Merge pull request #749 from browngraphicslab/presentation_v1
Presentation v1 - fixed the merge issues from presentation_updates
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 c2290dd09..595e07326 100644 --- a/src/client/views/MainView.tsx +++ b/src/client/views/MainView.tsx @@ -213,7 +213,7 @@ export class MainView extends React.Component { })); } const pres = Docs.Create.PresDocument(new List<Doc>(), - { title: "Untitled Presentation", _viewType: CollectionViewType.Stacking, _width: 400, _height: 500, targetDropAction: "alias", _chromeStatus: "replaced", boxShadow: "0 0", system: true }); + { title: "Untitled Presentation", _viewType: CollectionViewType.Stacking, _width: 400, _height: 500, targetDropAction: "alias", _chromeStatus: "replaced", boxShadow: "0 0" }); CollectionDockingView.AddSplit(pres, "right"); this.userDoc.activePresentation = pres; Doc.AddDocToList(this.userDoc.myPresentations as Doc, "data", pres); |