aboutsummaryrefslogtreecommitdiff
path: root/src/new_fields
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-05-06 00:14:11 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-05-06 00:14:11 -0400
commit153632276d9326eecfbcabb759aad142254381f0 (patch)
treed46198e938b69a57c86ad7c20c1fca5bc4f62d05 /src/new_fields
parent1ccabe155cb4f23c0aa7e37f91cd4a303008b8c7 (diff)
parent09a471ac693e8178598c0d953b83868db9e4c8b4 (diff)
Merge branch 'newDocs' of github-tsch-brown:browngraphicslab/Dash-Web
Diffstat (limited to 'src/new_fields')
-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";