diff options
author | bobzel <zzzman@gmail.com> | 2024-05-18 23:27:45 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2024-05-18 23:27:45 -0400 |
commit | a3784cd3ab990d8016b1168eb0cbf7e9a2f22301 (patch) | |
tree | a9b1c49e5f04b4551961ef5803910d0ef51de9d0 /src/client/documents/Documents.ts | |
parent | 9badfc489f00afd10489f0dde0a3b9e21817feb5 (diff) |
from last
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 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) { |