diff options
| author | bobzel <zzzman@gmail.com> | 2020-12-14 14:22:44 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-12-14 14:22:44 -0500 |
| commit | 8d9b38b64e61f2afb2b698004bcef7017d454078 (patch) | |
| tree | a2d21b90747b347c012e8b12c34b0100b66ee0f0 /src/client/views/presentationview/PresElementBox.tsx | |
| parent | 37d9d2cad93a08518cec6c95c8bc941dd5f5ddaa (diff) | |
got rid of fitDocToPanel. made collectionFreeFormDocView always use a ContentFittingDocView. fixed up web box selections.
Diffstat (limited to 'src/client/views/presentationview/PresElementBox.tsx')
| -rw-r--r-- | src/client/views/presentationview/PresElementBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/presentationview/PresElementBox.tsx b/src/client/views/presentationview/PresElementBox.tsx index f8f244c35..243773b95 100644 --- a/src/client/views/presentationview/PresElementBox.tsx +++ b/src/client/views/presentationview/PresElementBox.tsx @@ -92,7 +92,6 @@ export class PresElementBox extends ViewBoxBaseComponent<FieldViewProps, PresDoc <ContentFittingDocumentView Document={this.targetDoc} DataDoc={this.targetDoc[DataSym] !== this.targetDoc && this.targetDoc[DataSym]} - fitDocToPanel={true} styleProvider={this.styleProvider} rootSelected={returnTrue} addDocument={returnFalse} |
