aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2019-10-17 23:40:29 -0400
committerBob Zeleznik <zzzman@gmail.com>2019-10-17 23:40:29 -0400
commit73cb8628d13cc71e58717e97ca073c8b3316dd63 (patch)
treeda8620da526a04be9f288fb12c5b97a7894a282c /src/client/documents
parent929584999080616adb350df638b640f770c6f44a (diff)
working version of link lines between anchors
Diffstat (limited to 'src/client/documents')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index edc2ac653..d979e0a3f 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -724,6 +724,7 @@ export namespace DocUtils {
linkDocProto.layoutKey2 = DocuLinkBox.LayoutString("anchor2");
linkDocProto.width = linkDocProto.height = 0;
linkDocProto.isBackground = true;
+ linkDocProto.isButton = true;
LinkManager.Instance.addLink(linkDocProto);