1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Fix #selectEditors typo in the AnnotationEditorUIManager.unselectAll method

This commit is contained in:
nmtigor 2022-09-20 11:55:42 +02:00
parent e5fc7cf4bd
commit 4348ffee8d

View file

@ -998,7 +998,7 @@ class AnnotationEditorUIManager {
return;
}
if (this.#selectEditors.size === 0) {
if (this.#selectedEditors.size === 0) {
return;
}
for (const editor of this.#selectedEditors) {