aboutsummaryrefslogtreecommitdiff
path: root/src/new_fields
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/new_fields
parent929584999080616adb350df638b640f770c6f44a (diff)
working version of link lines between anchors
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 04f310785..26355d0e7 100644
--- a/src/new_fields/Doc.ts
+++ b/src/new_fields/Doc.ts
@@ -734,7 +734,7 @@ export namespace Doc {
}
export function UnBrushAllDocs() {
- manager.BrushedDoc.clear();
+ brushManager.BrushedDoc.clear();
}
export function setChildLayout(target: Doc, source?: Doc) {