[Editor] Set the canvas in the stamp editor at the right position in odd spread mode

This commit is contained in:
Calixte Denizet 2024-06-18 17:55:55 +02:00
parent 4c041586fb
commit acf8600a3d
3 changed files with 52 additions and 0 deletions

View file

@ -372,6 +372,12 @@ const PDFViewerApplication = {
params.get("supportscaretbrowsingmode") === "true"
);
}
if (params.has("spreadmodeonload")) {
AppOptions.set(
"spreadModeOnLoad",
parseInt(params.get("spreadmodeonload"))
);
}
}
},