diff --git a/src/display/editor/tools.js b/src/display/editor/tools.js index f0614e40e..22f92ec9e 100644 --- a/src/display/editor/tools.js +++ b/src/display/editor/tools.js @@ -435,9 +435,6 @@ class AnnotationEditorUIManager { layer.destroy(); } this.#allLayers.clear(); - for (const editor of this.#allEditors.values()) { - editor.destroy(); - } this.#allEditors.clear(); this.#activeEditor = null; this.#clipboardManager.destroy();