diff options
author | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-04-30 22:46:47 -0400 |
---|---|---|
committer | Sam Wilkins <abdullah_ahmed@brown.edu> | 2019-04-30 22:46:47 -0400 |
commit | 770f55f12398b5791cf3f861f3ea60fac8da626d (patch) | |
tree | baec7e5253290c1e475c1ccae428096ba098320b /src/new_fields/Doc.ts | |
parent | 1c1254431f2b76f9fa5f9b552e2e6ccdd1f45b8b (diff) | |
parent | d1efc8f6232418bce30841587fb473529d2d1c42 (diff) |
Merge branch 'newDocs' of https://github.com/browngraphicslab/Dash-Web into newDocs
Diffstat (limited to 'src/new_fields/Doc.ts')
-rw-r--r-- | src/new_fields/Doc.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/new_fields/Doc.ts b/src/new_fields/Doc.ts index c4ad5ae95..113380ce8 100644 --- a/src/new_fields/Doc.ts +++ b/src/new_fields/Doc.ts @@ -166,7 +166,7 @@ export namespace Doc { export function MakeLink(source: Doc, target: Doc) { UndoManager.RunInBatch(() => { let linkDoc = Docs.TextDocument({ width: 100, height: 30, borderRounding: -1 }); - linkDoc.title = "New Link"; + linkDoc.title = "-link name-"; linkDoc.linkDescription = ""; linkDoc.linkTags = "Default"; |