Fix #selectEditors typo in the AnnotationEditorUIManager.unselectAll method
This commit is contained in:
parent
e5fc7cf4bd
commit
4348ffee8d
@ -998,7 +998,7 @@ class AnnotationEditorUIManager {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (this.#selectEditors.size === 0) {
|
if (this.#selectedEditors.size === 0) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
for (const editor of this.#selectedEditors) {
|
for (const editor of this.#selectedEditors) {
|
||||||
|
Loading…
Reference in New Issue
Block a user