aboutsummaryrefslogtreecommitdiff
path: root/src/new_fields/Doc.ts
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-05-04 23:03:49 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-05-04 23:03:49 -0400
commitaf2e5dbf49e0e82d76f267c681761968d4bafc62 (patch)
tree154dcd6061c4956ae76a5f1406c69fa5e2b5fe69 /src/new_fields/Doc.ts
parent070787b6be93dca4a43ec7e893ae4ac4b4d80e59 (diff)
fixed tree view. added non-data keys.
Diffstat (limited to 'src/new_fields/Doc.ts')
-rw-r--r--src/new_fields/Doc.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_fields/Doc.ts b/src/new_fields/Doc.ts
index 3055af1bf..b2863c632 100644
--- a/src/new_fields/Doc.ts
+++ b/src/new_fields/Doc.ts
@@ -186,7 +186,7 @@ export namespace Doc {
UndoManager.RunInBatch(() => {
let linkDoc = Docs.TextDocument({ width: 100, height: 30, borderRounding: -1 });
//let linkDoc = new Doc;
- linkDoc.title = "-link name-";
+ linkDoc.proto!.title = "-link name-";
linkDoc.linkDescription = "";
linkDoc.linkTags = "Default";