mirror of
https://github.com/mozilla/pdf.js.git
synced 2026-04-09 14:54:04 +02:00
Merge pull request #21036 from calixteman/fix_comment
Fix comments for (is/has)Singlefile in pdf_editor
This commit is contained in:
commit
0b9f8fa950
@ -114,8 +114,9 @@ class PDFEditor {
|
||||
// multiple PDF files.
|
||||
hasSingleFile = false;
|
||||
|
||||
// Whether the edited PDF contains multiple files. This is used to determine
|
||||
// if we can preserve some information such as passwords.
|
||||
// Whether the edited PDF contains only one file used one or more times.
|
||||
// This is used to determine if we can preserve some information such as
|
||||
// passwords.
|
||||
isSingleFile = false;
|
||||
|
||||
#newAnnotationsParams = null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user