diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2019-06-21 09:18:45 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2019-06-21 09:18:45 -0400 |
commit | cccc43c64a749e34a993e32f8616ac7e0532c7d9 (patch) | |
tree | 35a804b50f19d6557901ad3d358e620946c5735e /src/client/views/DocumentDecorations.tsx | |
parent | ce54e04c09ee0f7549d436f6ffe1f9f9b9efd7b5 (diff) |
more templating fixes.
Diffstat (limited to 'src/client/views/DocumentDecorations.tsx')
-rw-r--r-- | src/client/views/DocumentDecorations.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/DocumentDecorations.tsx b/src/client/views/DocumentDecorations.tsx index d6010ec33..b3f5340d9 100644 --- a/src/client/views/DocumentDecorations.tsx +++ b/src/client/views/DocumentDecorations.tsx @@ -80,6 +80,7 @@ export class DocumentDecorations extends React.Component<{}, { value: string }> let template = Doc.MakeAlias(collection); template.title = "FIELD-" + this._fieldKey; template.layout = FormattedTextBox.LayoutString(this._fieldKey); + template.isTemplate = true; template.x = NumCast(first.x); template.y = NumCast(first.y); template.width = first[WidthSym](); |