diff options
author | bobzel <zzzman@gmail.com> | 2021-02-04 14:32:38 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-02-04 14:32:38 -0500 |
commit | 7c1dd332dc444d2d34cc9cc142de5998ca4622b5 (patch) | |
tree | 5d6c09284fa22f4640704bb17e723244a664be36 /src/client/views/nodes/DocumentContentsView.tsx | |
parent | 9ae759a3c612bee4803e3714ef4ff141603a9341 (diff) |
fixed scrolling animations in view bounds for webbox and pdfBox's particualrly for lightbox views. added a docViewPath prop for docuentViews.
Diffstat (limited to 'src/client/views/nodes/DocumentContentsView.tsx')
-rw-r--r-- | src/client/views/nodes/DocumentContentsView.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/DocumentContentsView.tsx b/src/client/views/nodes/DocumentContentsView.tsx index f969bee85..6ecd70330 100644 --- a/src/client/views/nodes/DocumentContentsView.tsx +++ b/src/client/views/nodes/DocumentContentsView.tsx @@ -207,7 +207,7 @@ export class DocumentContentsView extends React.Component<DocumentViewProps & Fo return (this.props.renderDepth > 12 || !layoutFrame || !this.layoutDoc || GetEffectiveAcl(this.layoutDoc) === AclPrivate) ? (null) : <ObserverJsxParser key={42} - blacklistedAttrs={[]} + blacklistedAttrs={emptyPath} renderInWrapper={false} components={{ FormattedTextBox, ImageBox, DirectoryImportBox, FontIconBox, LabelBox, SliderBox, FieldView, |