diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2019-03-17 23:11:02 -0400 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2019-03-17 23:11:02 -0400 |
| commit | deb800519c2bf060d1d39056120305de2d30a4bb (patch) | |
| tree | 8d9cc83a807b99637302d75c87e9224094146fc4 /src/client/views/Main.tsx | |
| parent | 196c991ac857c8df4ddc5458c58c2f69169d5768 (diff) | |
| parent | 405a47781d73a64b8e452ed5cae6e8fbd0e3cf0e (diff) | |
Merge branch 'master' into schema_columns
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)); |
