diff options
author | bobzel <zzzman@gmail.com> | 2020-09-13 04:29:37 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-09-13 04:29:37 -0400 |
commit | bf8a62fbb1b70bc013ec2f342930f35d6108065b (patch) | |
tree | 162ef710b7156070301a2f78cbf2698e78ea2544 /src/client/views/nodes/DocumentView.tsx | |
parent | e99637ef4c03a438db7d0372aaf650ac9920641a (diff) |
fixed making delegates of custom headerViews. fixed non-responsive carriage returns in textBoxes occasionally at the end of the text stream. fixed upating titles on templated text boxes. fixed setting layoutfield values in DashFieldViews to update the template and layout doc.
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index b372f3691..ad99001dd 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -987,6 +987,7 @@ export class DocumentView extends DocComponent<DocumentViewProps, Document>(Docu yMargin={10} xMargin={10} hideOnLeave={true} + dontRegisterView={true} LayoutTemplateString={`<FormattedTextBox {...props} fieldKey={'${showCaption}'}/>`} ContentScaling={returnOne} ChromeHeight={this.chromeHeight} |