1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 14:48:08 +02:00

[Editor] Add the ability to resize an editor in using a pinch gesture

This commit is contained in:
Calixte Denizet 2024-12-12 15:05:22 +01:00
parent 8fa4398266
commit 4ed7f7f1ee
5 changed files with 130 additions and 22 deletions

View file

@ -492,6 +492,7 @@ const PDFViewerApplication = {
mlManager: this.mlManager,
abortSignal: this._globalAbortController.signal,
enableHWA,
supportsPinchToZoom: this.supportsPinchToZoom,
});
this.pdfViewer = pdfViewer;