From b3e4932cca15b399c79a56d3fc278825d885db7a Mon Sep 17 00:00:00 2001 From: calixteman Date: Fri, 3 Apr 2026 22:15:34 +0200 Subject: [PATCH] Fix comments for (is/has)Singlefile in pdf_editor --- src/core/editor/pdf_editor.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/core/editor/pdf_editor.js b/src/core/editor/pdf_editor.js index cd867aab3..b731c6cb9 100644 --- a/src/core/editor/pdf_editor.js +++ b/src/core/editor/pdf_editor.js @@ -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;