diff options
| author | bobzel <zzzman@gmail.com> | 2021-03-30 11:21:30 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2021-03-30 11:21:30 -0400 |
| commit | b359d42651e0385ffb06d2beb2ee2dbee1f880e7 (patch) | |
| tree | dbe01bf62610677bad47ea6cf95fd2b1a9d9ec74 /src/client/views/nodes/PDFBox.tsx | |
| parent | 6c689a999e22fc414386e39007ca0929057ff1d8 (diff) | |
more cleanup
Diffstat (limited to 'src/client/views/nodes/PDFBox.tsx')
| -rw-r--r-- | src/client/views/nodes/PDFBox.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/PDFBox.tsx b/src/client/views/nodes/PDFBox.tsx index 107959ebb..03999e5fb 100644 --- a/src/client/views/nodes/PDFBox.tsx +++ b/src/client/views/nodes/PDFBox.tsx @@ -28,7 +28,7 @@ type PdfDocument = makeInterface<[typeof documentSchema, typeof panZoomSchema, t const PdfDocument = makeInterface(documentSchema, panZoomSchema, pageSchema); @observer -export class PDFBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProps & FieldViewProps, PdfDocument>(PdfDocument, "annotations") { +export class PDFBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProps & FieldViewProps, PdfDocument>(PdfDocument) { public static LayoutString(fieldKey: string) { return FieldView.LayoutString(PDFBox, fieldKey); } private _searchString: string = ""; private _initialScrollTarget: Opt<Doc>; |
