aboutsummaryrefslogtreecommitdiff
path: root/src/Main.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.tsx')
-rw-r--r--src/Main.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Main.tsx b/src/Main.tsx
index 247733d3a..de4a1de5d 100644
--- a/src/Main.tsx
+++ b/src/Main.tsx
@@ -51,7 +51,7 @@ document.addEventListener("pointerdown", action(function (e: PointerEvent) {
schemaDocs[4].SetFieldValue(KS.Author, "Bob", TextField);
schemaDocs.push(doc2);
const doc7 = Documents.SchemaDocument(schemaDocs)
- const docset = [doc1, doc2, doc3, doc7];
+ const docset = [doc3]; // [doc1, doc2, doc3, doc7];
let doc4 = Documents.CollectionDocument(docset, {
x: 0, y: 400, title: "mini collection"
});
@@ -73,7 +73,7 @@ document.addEventListener("pointerdown", action(function (e: PointerEvent) {
// mainNodes.Data.push(doc5);
// mainNodes.Data.push(doc1);
//mainNodes.Data.push(doc2);
- mainNodes.Data.push(doc6);
+ //mainNodes.Data.push(doc6);
mainContainer.SetField(KeyStore.Data, mainNodes);
}
//);