Reset editing mode when changing the pdf document
This commit is contained in:
parent
13ba311e5a
commit
3e01ee9bb7
@ -873,6 +873,8 @@ class PDFViewer {
|
|||||||
this.#annotationEditorUIManager?.destroy();
|
this.#annotationEditorUIManager?.destroy();
|
||||||
this.#annotationEditorUIManager = null;
|
this.#annotationEditorUIManager = null;
|
||||||
|
|
||||||
|
this.#annotationEditorMode = AnnotationEditorType.NONE;
|
||||||
|
|
||||||
this.#printingAllowed = true;
|
this.#printingAllowed = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user