Skip to content

Commit

Permalink
perf(pdf-viewer): disabled css only zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
adenvt committed Jan 10, 2023
1 parent c64e390 commit a044a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/pdf-viewer/PdfViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ export default defineComponent({
eventBus : pdfEventBus.value,
linkService : pdfLinkService.value,
l10n : NullL10n,
useOnlyCssZoom : true,
useOnlyCssZoom : false,
removePageBorders: true,
})
Expand Down

0 comments on commit a044a93

Please sign in to comment.