Remove unused isInEditingMode method (PR 19311 follow-up)
This method was added in PR 19311, however it's not actually used anywhere in the code-base.
This commit is contained in:
parent
4a513bb52e
commit
b02274e5d6
@ -1716,10 +1716,6 @@ class AnnotationEditorUIManager {
|
||||
this.#updateModeCapability.resolve();
|
||||
}
|
||||
|
||||
isInEditingMode() {
|
||||
return this.#mode !== AnnotationEditorType.NONE;
|
||||
}
|
||||
|
||||
addNewEditorFromKeyboard() {
|
||||
if (this.currentLayer.canCreateNewEmptyEditor()) {
|
||||
this.currentLayer.addNewEditor();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user