Merge pull request #15474 from nmtigor/fix_bugs_10

Fix #selectEditors typo in the AnnotationEditorUIManager.unselectAll method
This commit is contained in:
Jonas Jenwald 2022-09-20 13:15:26 +02:00 committed by GitHub
commit 8dd2b48488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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) {