diff options
| author | bobzel <zzzman@gmail.com> | 2024-10-08 03:30:21 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2024-10-08 03:30:21 -0400 |
| commit | fc3e2b18b9dad38920e1cec5e58bf9fbd06f4aaf (patch) | |
| tree | 9b75d7907ab39b76cb4637d6b8105c03c6f8cd12 /src/client/views/pdf/PDFViewer.tsx | |
| parent | a6c2194cdf3b6a35574526826a4053f650445e1b (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.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 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); |
