diff options
author | Bob Zeleznik <zzzman@gmail.com> | 2020-05-11 17:13:53 -0400 |
---|---|---|
committer | Bob Zeleznik <zzzman@gmail.com> | 2020-05-11 17:13:53 -0400 |
commit | 7e1f89f48d1c4e49dea78dff1c1983e75a11a6a6 (patch) | |
tree | 299080590d960bbb9bef84912a78529e43b1c8ce /src/client/views/nodes/DocumentView.tsx | |
parent | a3839d4b5a2180e2e80fa79f6eb4459e2976f380 (diff) |
fixed issues with text auto height and scaled documents. allowed #tagging in text notes to support muliple values with ';'. DashFieldviews can have multiple values, too. logout is moved to settings.
Diffstat (limited to 'src/client/views/nodes/DocumentView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentView.tsx b/src/client/views/nodes/DocumentView.tsx index 6c9ade83f..5cccec776 100644 --- a/src/client/views/nodes/DocumentView.tsx +++ b/src/client/views/nodes/DocumentView.tsx @@ -1084,7 +1084,7 @@ export class DocumentView extends DocComponent<DocumentViewProps, Document>(Docu <DocumentContentsView {...OmitKeys(this.props, ['children']).omit} hideOnLeave={true} LayoutTemplateString={`<FormattedTextBox {...props} fieldKey={'${showCaption}'}/>`} - ContentScaling={this.childScaling} + ContentScaling={returnOne} ChromeHeight={this.chromeHeight} isSelected={this.isSelected} select={this.select} |