diff options
author | bobzel <zzzman@gmail.com> | 2025-03-06 19:46:43 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2025-03-06 19:46:43 -0500 |
commit | 1ab6f6c87b746e0c2898694216db50d5faadf7f5 (patch) | |
tree | 84349c4bcbdfa0a53c4937421867e7665e7da663 /src/fields/Doc.ts | |
parent | 5ad858090f3006631062877d90120e3cc505fada (diff) |
a bunch of changes to improve how docs are selected automatically when created.
Diffstat (limited to 'src/fields/Doc.ts')
-rw-r--r-- | src/fields/Doc.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/fields/Doc.ts b/src/fields/Doc.ts index bdd41b0bb..805bb4526 100644 --- a/src/fields/Doc.ts +++ b/src/fields/Doc.ts @@ -468,10 +468,6 @@ export class Doc extends RefField { } } export namespace Doc { - export let SelectOnLoad: Doc | undefined; - export function SetSelectOnLoad(doc: Doc | undefined) { - SelectOnLoad = doc; - } export let DocDragDataName: string = ''; export function SetDocDragDataName(name: string) { DocDragDataName = name; |