diff options
| author | Sophie Zhang <sophie_zhang@brown.edu> | 2023-02-27 17:16:07 -0500 |
|---|---|---|
| committer | Sophie Zhang <sophie_zhang@brown.edu> | 2023-02-27 17:16:07 -0500 |
| commit | 08e15b05cd014f99726826c9db407e738040cdbb (patch) | |
| tree | 39d6e57502b50a9dded3310c714fd73eb558c279 /src/client/views/pdf | |
| parent | ed94cc8fb516455dbeea223d0fab25e4fb1c1d78 (diff) | |
feat: deleted unnecessary props from MarqueeAnnotator
Diffstat (limited to 'src/client/views/pdf')
| -rw-r--r-- | src/client/views/pdf/PDFViewer.tsx | 2 |
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} |
