diff options
author | bob <bcz@cs.brown.edu> | 2019-02-05 12:29:57 -0500 |
---|---|---|
committer | bob <bcz@cs.brown.edu> | 2019-02-05 12:29:57 -0500 |
commit | 6e66f8b227c730e07863a93a8bce5ee0d51d2ddc (patch) | |
tree | 80b01b5569b968a808ccf422d83bc45a5bd7d9ac /src/Main.tsx | |
parent | 7740c0010944cfa215c9b21b113f030199ffab82 (diff) |
working refactored version.
Diffstat (limited to 'src/Main.tsx')
-rw-r--r-- | src/Main.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Main.tsx b/src/Main.tsx index b72083ee6..247733d3a 100644 --- a/src/Main.tsx +++ b/src/Main.tsx @@ -66,14 +66,14 @@ document.addEventListener("pointerdown", action(function (e: PointerEvent) { if (!mainNodes) { mainNodes = new ListField<Document>(); } - mainNodes.Data.push(doc1); + // mainNodes.Data.push(doc6); // mainNodes.Data.push(doc2); mainNodes.Data.push(doc4); // mainNodes.Data.push(doc3); // mainNodes.Data.push(doc5); // mainNodes.Data.push(doc1); //mainNodes.Data.push(doc2); - mainNodes.Data.push(doc7); + mainNodes.Data.push(doc6); mainContainer.SetField(KeyStore.Data, mainNodes); } //); |