diff options
author | bob <bcz@cs.brown.edu> | 2019-01-30 09:45:15 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-01-30 09:45:15 -0500 |
commit | 13518146c955f012a6f6cd2b802f80aeeffcd58d (patch) | |
tree | 7b5c52ceefc6c3dbbd7c80f54900f8c5ad7db6e0 /src/Main.tsx | |
parent | 8ce38637c0a8ebb8aab936aec2ee46d5833e7b3b (diff) |
docking for top-level only
Diffstat (limited to 'src/Main.tsx')
-rw-r--r-- | src/Main.tsx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/Main.tsx b/src/Main.tsx index 118e745cd..33e38004f 100644 --- a/src/Main.tsx +++ b/src/Main.tsx @@ -22,7 +22,7 @@ configure({ }); const mainNodeCollection = new Array<Document>(); -let mainContainer = Documents.CollectionDocument(mainNodeCollection, { +let mainContainer = Documents.DockDocument(mainNodeCollection, { x: 0, y: 0, width: window.screen.width, height: window.screen.height }) @@ -73,10 +73,10 @@ runInAction(() => { } // mainNodes.Data.push(doc1); // mainNodes.Data.push(doc2); - //mainNodes.Data.push(doc4); + mainNodes.Data.push(doc4); // mainNodes.Data.push(doc3); - //mainNodes.Data.push(doc5); + mainNodes.Data.push(doc5); // mainNodes.Data.push(doc1); // mainNodes.Data.push(doc2); - mainNodes.Data.push(doc6); + //mainNodes.Data.push(doc6); });
\ No newline at end of file |