mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
[Editor] Set the canvas in the stamp editor at the right position in odd spread mode
This commit is contained in:
parent
4c041586fb
commit
acf8600a3d
3 changed files with 52 additions and 0 deletions
|
@ -372,6 +372,12 @@ const PDFViewerApplication = {
|
|||
params.get("supportscaretbrowsingmode") === "true"
|
||||
);
|
||||
}
|
||||
if (params.has("spreadmodeonload")) {
|
||||
AppOptions.set(
|
||||
"spreadModeOnLoad",
|
||||
parseInt(params.get("spreadmodeonload"))
|
||||
);
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue