fix: window.print() in pdf plugin (#28351)

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
trop[bot]
2021-03-24 10:01:33 +09:00
committed by GitHub
parent b8ef450cf6
commit 38de02c50a
2 changed files with 16 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ const defaultPrintingSetting = {
pagesPerSheet: 1,
isFirstRequest: false,
previewUIID: 0,
// True, if the document source is modifiable. e.g. HTML and not PDF.
previewModifiable: true,
printToPDF: true,
deviceName: 'Save as PDF',