aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf
diff options
context:
space:
mode:
authorSophie Zhang <sophie_zhang@brown.edu>2023-02-27 17:16:07 -0500
committerSophie Zhang <sophie_zhang@brown.edu>2023-02-27 17:16:07 -0500
commit08e15b05cd014f99726826c9db407e738040cdbb (patch)
tree39d6e57502b50a9dded3310c714fd73eb558c279 /src/client/views/pdf
parented94cc8fb516455dbeea223d0fab25e4fb1c1d78 (diff)
feat: deleted unnecessary props from MarqueeAnnotator
Diffstat (limited to 'src/client/views/pdf')
-rw-r--r--src/client/views/pdf/PDFViewer.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/client/views/pdf/PDFViewer.tsx b/src/client/views/pdf/PDFViewer.tsx
index 408ba07d1..6e268c561 100644
--- a/src/client/views/pdf/PDFViewer.tsx
+++ b/src/client/views/pdf/PDFViewer.tsx
@@ -607,8 +607,6 @@ export class PDFViewer extends React.Component<IViewerProps> {
finishMarquee={this.finishMarquee}
savedAnnotations={this.savedAnnotations}
selectionText={this.selectionText}
- setSummaryText={this.setSummaryText}
- summaryText={this.summaryText}
annotationLayer={this._annotationLayer.current}
mainCont={this._mainCont.current}
anchorMenuCrop={this._textSelecting ? undefined : this.crop}