mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #15474 from nmtigor/fix_bugs_10
Fix #selectEditors typo in the AnnotationEditorUIManager.unselectAll method
This commit is contained in:
commit
8dd2b48488
1 changed files with 1 additions and 1 deletions
|
@ -998,7 +998,7 @@ class AnnotationEditorUIManager {
|
|||
return;
|
||||
}
|
||||
|
||||
if (this.#selectEditors.size === 0) {
|
||||
if (this.#selectedEditors.size === 0) {
|
||||
return;
|
||||
}
|
||||
for (const editor of this.#selectedEditors) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue