aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/pdf/PDFViewer.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2024-10-08 03:30:21 -0400
committerbobzel <zzzman@gmail.com>2024-10-08 03:30:21 -0400
commitfc3e2b18b9dad38920e1cec5e58bf9fbd06f4aaf (patch)
tree9b75d7907ab39b76cb4637d6b8105c03c6f8cd12 /src/client/views/pdf/PDFViewer.tsx
parenta6c2194cdf3b6a35574526826a4053f650445e1b (diff)
changed carousel view to resize ui buttons based on screen scaling and document dimensions. lint errors.
Diffstat (limited to 'src/client/views/pdf/PDFViewer.tsx')
-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 fc74a480e..5743b17c6 100644
--- a/src/client/views/pdf/PDFViewer.tsx
+++ b/src/client/views/pdf/PDFViewer.tsx
@@ -498,8 +498,6 @@ export class PDFViewer extends ObservableReactComponent<IViewerProps> {
// }
this._loading = true;
try {
- if (this._selectionText === '') {
- }
const res = await gptAPICall(queryText, GPTCallType.FLASHCARD);
console.log(res);