aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorSam Wilkins <samwilkins333@gmail.com>2020-01-21 19:02:43 -0500
committerSam Wilkins <samwilkins333@gmail.com>2020-01-21 19:02:43 -0500
commit8a4a8212b024e2804596a08ea820be646c9a7c0f (patch)
treeb0b62819c892e729d5efa839f992dcd27857c20a /src/client/documents/Documents.ts
parent74bad9d9deadeaf4959906e89457c16ed564fd01 (diff)
functional but incomplete updating logic
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 6cb3f604e..d7292837c 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -129,7 +129,6 @@ export interface DocumentOptions {
isExpanded?: boolean; // is linear view expanded
textTransform?: string; // is linear view expanded
letterSpacing?: string; // is linear view expanded
- treeViewChecked?: ScriptField; // computes whether or not the checkbox for this facet is checked
}
class EmptyBox {
@@ -789,7 +788,6 @@ export namespace DocUtils {
});
}
- @undoBatch
export function MakeLink(source: { doc: Doc, ctx?: Doc }, target: { doc: Doc, ctx?: Doc }, title: string = "", description: string = "", id?: string) {
const sv = DocumentManager.Instance.getDocumentView(source.doc);
if (sv && sv.props.ContainingCollectionDoc === target.doc) return;