From e6871754b90e2179a140c6f0c365b95be80e245b Mon Sep 17 00:00:00 2001 From: Tyler Schicke Date: Sun, 3 Feb 2019 22:35:33 -0500 Subject: Added preview box in schema view, added ScrollBox control, added resizable grid layout, cleaned up some styling for collection freeform view --- src/documents/Documents.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/documents/Documents.ts') diff --git a/src/documents/Documents.ts b/src/documents/Documents.ts index a5edebda2..932abf7bc 100644 --- a/src/documents/Documents.ts +++ b/src/documents/Documents.ts @@ -57,7 +57,7 @@ export namespace Documents { export function TextDocument(options: DocumentOptions = {}): Document { let doc = GetTextPrototype().MakeDelegate(); setupOptions(doc, options); - doc.SetField(KeyStore.Data, new RichTextField()); + // doc.SetField(KeyStore.Data, new RichTextField()); return doc; } -- cgit v1.2.3-70-g09d2