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:
parent
8fa4398266
commit
4ed7f7f1ee
5 changed files with 130 additions and 22 deletions
|
@ -492,6 +492,7 @@ const PDFViewerApplication = {
|
|||
mlManager: this.mlManager,
|
||||
abortSignal: this._globalAbortController.signal,
|
||||
enableHWA,
|
||||
supportsPinchToZoom: this.supportsPinchToZoom,
|
||||
});
|
||||
this.pdfViewer = pdfViewer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue