diff options
author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-24 10:26:02 -0500 |
---|---|---|
committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-06-24 10:26:02 -0500 |
commit | c50a3197c34a7629516d347e77b1f78710aef5b2 (patch) | |
tree | 96bf661f80e96ee77d338bfc5eec32d7f15bd2d3 /src/client/documents/Documents.ts | |
parent | d58958cbfe763cf5b56eda36c608cb6059445391 (diff) | |
parent | 7e02ca22f9667d0bdb89b29da3c412ba52976fbf (diff) |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into anika_schema_view
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 37d1454b7..3dee873f3 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -624,7 +624,7 @@ export namespace Docs { export function LinkDocument(source: { doc: Doc, ctx?: Doc }, target: { doc: Doc, ctx?: Doc }, options: DocumentOptions = {}, id?: string) { const doc = InstanceFromProto(Prototypes.get(DocumentType.LINK), undefined, { - isLinkButton: true, treeViewHideTitle: true, treeViewOpen: false, + isLinkButton: true, treeViewHideTitle: true, treeViewOpen: false, backgroundColor: "lightBlue", // lightBlue is default color for linking dot and link documents text comment area removeDropProperties: new List(["isBackground", "isLinkButton"]), ...options }, id); const linkDocProto = Doc.GetProto(doc); |