diff options
| author | sharkiecodes <lanyi_stroud@brown.edu> | 2025-04-28 20:18:55 -0400 |
|---|---|---|
| committer | sharkiecodes <lanyi_stroud@brown.edu> | 2025-04-28 20:18:55 -0400 |
| commit | e281393e305c18f3882c98d79bc12ad5345384ff (patch) | |
| tree | 2277206b249bbe7f8ecb6ec8657e1e4f5b08c4f8 /src/client/views/pdf | |
| parent | 6900008b1bb89cca1eab7b95f17ee33fa335282f (diff) | |
| parent | a495e09b0926f3e5c69cc6ddcf92df613b8677e6 (diff) | |
Merge branch 'lanyi-branch' of https://github.com/brown-dash/Dash-Web into lanyi-branch
Diffstat (limited to 'src/client/views/pdf')
| -rw-r--r-- | src/client/views/pdf/PDFViewer.tsx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/pdf/PDFViewer.tsx b/src/client/views/pdf/PDFViewer.tsx index 041fc0de7..fc2567fbc 100644 --- a/src/client/views/pdf/PDFViewer.tsx +++ b/src/client/views/pdf/PDFViewer.tsx @@ -146,6 +146,7 @@ export class PDFViewer extends ObservableReactComponent<IViewerProps> { e.clipboardData.setData('dash/pdfAnchor', anchor[DocData][Id]); } e.preventDefault(); + e.stopPropagation(); } }; |
