diff options
| author | Bob Zeleznik <zzzman@gmail.com> | 2020-01-24 08:21:00 -0500 |
|---|---|---|
| committer | Bob Zeleznik <zzzman@gmail.com> | 2020-01-24 08:21:00 -0500 |
| commit | 1af12e99d3f20999eac2c67f27c4449251a64001 (patch) | |
| tree | 48a7f8eb3849f04f1abbf6dd2c5db60c006df733 /src/client/documents/Documents.ts | |
| parent | a12add7f43e7de4d87a139dde6cd483769a7fa5e (diff) | |
idle changes.
Diffstat (limited to 'src/client/documents/Documents.ts')
| -rw-r--r-- | src/client/documents/Documents.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/documents/Documents.ts b/src/client/documents/Documents.ts index 88f48488a..c0f0e0552 100644 --- a/src/client/documents/Documents.ts +++ b/src/client/documents/Documents.ts @@ -707,6 +707,7 @@ export namespace Docs { layout = FormattedTextBox.LayoutString; } created.layout = layout?.(fieldKey); + created.title = fieldKey; proto && (created.proto = Doc.GetProto(proto)); return created; } |
