diff options
author | bobzel <zzzman@gmail.com> | 2021-01-12 17:50:25 -0500 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-01-12 17:50:25 -0500 |
commit | a134dab9a458efcc8b4bd60489483e68f9332397 (patch) | |
tree | 702d21743aec1ccb53303c4dd19c020adc0dab74 /src/client/views/pdf/PDFViewer.tsx | |
parent | 4a64a15b173c1e221b157608a4f07a1760e1b402 (diff) |
fixed layout of audioBox markers
Diffstat (limited to 'src/client/views/pdf/PDFViewer.tsx')
-rw-r--r-- | src/client/views/pdf/PDFViewer.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/pdf/PDFViewer.tsx b/src/client/views/pdf/PDFViewer.tsx index 02f7ada96..8700a5739 100644 --- a/src/client/views/pdf/PDFViewer.tsx +++ b/src/client/views/pdf/PDFViewer.tsx @@ -713,7 +713,7 @@ export class PDFViewer extends ViewBoxAnnotatableComponent<IViewerProps, PdfDocu mixBlendMode: this.allAnnotations.some(anno => anno.mixBlendMode) ? "hard-light" : undefined, transform: `scale(${this._zoomed})` }}> - <CollectionFreeFormView {...OmitKeys(this.props, ["NativeWidth", "NativeHeight"]).omit} + <CollectionFreeFormView {...OmitKeys(this.props, ["NativeWidth", "NativeHeight", "setContentView"]).omit} isAnnotationOverlay={true} fieldKey={this.annotationKey} setPreviewCursor={this.setPreviewCursor} |