From 4348ffee8dfc316836602c3498a17b39c318bada Mon Sep 17 00:00:00 2001 From: nmtigor Date: Tue, 20 Sep 2022 11:55:42 +0200 Subject: [PATCH] Fix #selectEditors typo in the AnnotationEditorUIManager.unselectAll method --- src/display/editor/tools.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/display/editor/tools.js b/src/display/editor/tools.js index 82e1c3ecf..884205a4b 100644 --- a/src/display/editor/tools.js +++ b/src/display/editor/tools.js @@ -998,7 +998,7 @@ class AnnotationEditorUIManager { return; } - if (this.#selectEditors.size === 0) { + if (this.#selectedEditors.size === 0) { return; } for (const editor of this.#selectedEditors) {