diff options
author | bobzel <zzzman@gmail.com> | 2020-12-13 13:58:56 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2020-12-13 13:58:56 -0500 |
commit | 043fe3cb67003ddd0bc309b85e2b0dad353ed629 (patch) | |
tree | 1344b6940e5226cdb870353d496b924437195686 /src/client/views/nodes/formattedText/FormattedTextBoxComment.tsx | |
parent | 38c86111d73480228c61d81da9dc6c79747321af (diff) |
more props cleanup. Got rid of ItemBackgroundColor in favor of having StyleProvider choose style based on whether it's givena DocViewProp or a FieldViewProp.
Diffstat (limited to 'src/client/views/nodes/formattedText/FormattedTextBoxComment.tsx')
-rw-r--r-- | src/client/views/nodes/formattedText/FormattedTextBoxComment.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/formattedText/FormattedTextBoxComment.tsx b/src/client/views/nodes/formattedText/FormattedTextBoxComment.tsx index 1d7b7ec91..1ee217d03 100644 --- a/src/client/views/nodes/formattedText/FormattedTextBoxComment.tsx +++ b/src/client/views/nodes/formattedText/FormattedTextBoxComment.tsx @@ -297,7 +297,7 @@ export class FormattedTextBoxComment { <div className="FormattedTextBoxComment-preview-wrapper"> <ContentFittingDocumentView Document={target} - fitToBox={true} + fitDocToPanel={true} moveDocument={returnFalse} rootSelected={returnFalse} ScreenToLocalTransform={Transform.Identity} |