diff options
author | Sam Wilkins <35748010+samwilkins333@users.noreply.github.com> | 2020-01-21 19:03:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-21 19:03:22 -0500 |
commit | 6042b43ea190006ebe7f51bef7b9ae6d0770b233 (patch) | |
tree | 3a52edc8083a472e3c74fb4b6ad63d8d13ce76ba /src/client/documents/Documents.ts | |
parent | 7fffe13954ed0113bf1b2f9318518d015dc63844 (diff) | |
parent | 8a4a8212b024e2804596a08ea820be646c9a7c0f (diff) |
Merge pull request #332 from browngraphicslab/facet_refactor
Facet refactor
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 91085cd0f..d7292837c 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -788,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; |