Merge pull request #19381 from Snuffleupagus/rm-isInEditingMode
Remove unused `isInEditingMode` method (PR 19311 follow-up)
This commit is contained in:
commit
329c3d1d71
@ -1716,10 +1716,6 @@ class AnnotationEditorUIManager {
|
|||||||
this.#updateModeCapability.resolve();
|
this.#updateModeCapability.resolve();
|
||||||
}
|
}
|
||||||
|
|
||||||
isInEditingMode() {
|
|
||||||
return this.#mode !== AnnotationEditorType.NONE;
|
|
||||||
}
|
|
||||||
|
|
||||||
addNewEditorFromKeyboard() {
|
addNewEditorFromKeyboard() {
|
||||||
if (this.currentLayer.canCreateNewEmptyEditor()) {
|
if (this.currentLayer.canCreateNewEmptyEditor()) {
|
||||||
this.currentLayer.addNewEditor();
|
this.currentLayer.addNewEditor();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user