aboutsummaryrefslogtreecommitdiff
path: root/src/client/documents/Documents.ts
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-05-18 23:27:45 -0400
committerbobzel <zzzman@gmail.com>2024-05-18 23:27:45 -0400
commita3784cd3ab990d8016b1168eb0cbf7e9a2f22301 (patch)
treea9b1c49e5f04b4551961ef5803910d0ef51de9d0 /src/client/documents/Documents.ts
parent9badfc489f00afd10489f0dde0a3b9e21817feb5 (diff)
from last
Diffstat (limited to 'src/client/documents/Documents.ts')
-rw-r--r--src/client/documents/Documents.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts
index 903bd907a..16a4725f9 100644
--- a/src/client/documents/Documents.ts
+++ b/src/client/documents/Documents.ts
@@ -1889,7 +1889,6 @@ export namespace DocUtils {
return newCollection;
}
}
-
export function makeIntoPortal(doc: Doc, layoutDoc: Doc, allLinks: Doc[]) {
const portalLink = allLinks.find(d => d.link_anchor_1 === doc && d.link_relationship === 'portal to:portal from');
if (!portalLink) {