diff options
| author | bobzel <zzzman@gmail.com> | 2020-09-17 02:58:34 -0400 | 
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-09-17 02:58:34 -0400 | 
| commit | 19af1ce5d8216dd5eac3df0def1c059d7d8975ec (patch) | |
| tree | 551310f03e18b0a1468db6a5d7b2053b479e1533 /src/client/views/GlobalKeyHandler.ts | |
| parent | 2efd66bcef6329e4e816604ebd5a382e033dc2c6 (diff) | |
changed text box headers from a template to a title bar.
Diffstat (limited to 'src/client/views/GlobalKeyHandler.ts')
| -rw-r--r-- | src/client/views/GlobalKeyHandler.ts | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/GlobalKeyHandler.ts b/src/client/views/GlobalKeyHandler.ts index b231b2171..ba9334c40 100644 --- a/src/client/views/GlobalKeyHandler.ts +++ b/src/client/views/GlobalKeyHandler.ts @@ -257,7 +257,7 @@ export class KeyManager {                  let count = 1;                  const list: Doc[] = [];                  const targetDataDoc = Doc.GetProto(first.props.Document); -                const fieldKey = Doc.LayoutFieldKey(first.props.Document); +                const fieldKey = first.LayoutFieldKey;                  const docList = DocListCast(targetDataDoc[fieldKey]);                  docids.map((did, i) => i && DocServer.GetRefField(did).then(async doc => {                      count++;  | 
