diff options
| author | bobzel <zzzman@gmail.com> | 2019-03-17 23:10:31 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-17 23:10:31 -0400 |
| commit | 405a47781d73a64b8e452ed5cae6e8fbd0e3cf0e (patch) | |
| tree | 0357c8a2beca18f522e9b150e5e2e5e3ad2863fc /src/client/views/Main.tsx | |
| parent | 8433cc2b1c4d838930c3812d140678011b06e728 (diff) | |
| parent | 54371ab69c87eb6b802f83cc311e3ef7900c4d65 (diff) | |
Merge pull request #61 from browngraphicslab/view_doc_impl
view doc stuff
Diffstat (limited to 'src/client/views/Main.tsx')
| -rw-r--r-- | src/client/views/Main.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/Main.tsx b/src/client/views/Main.tsx index 345371884..f6e19f6c9 100644 --- a/src/client/views/Main.tsx +++ b/src/client/views/Main.tsx @@ -74,7 +74,7 @@ Documents.initProtos(mainDocId, (res?: Document) => { // bcz: strangely, we need a timeout to prevent exceptions/issues initializing GoldenLayout (the rendering engine for Main Container) setTimeout(() => { - mainfreeform = Documents.FreeformDocument([], { x: 0, y: 400, title: "mini collection" }); + mainfreeform = Documents.FreeformDocument([], { x: 0, y: 400, title: "mini collection" }, undefined, false); var dockingLayout = { content: [{ type: 'row', content: [CollectionDockingView.makeDocumentConfig(mainfreeform)] }] }; mainContainer.SetText(KeyStore.Data, JSON.stringify(dockingLayout)); |
