Skip to content

Commit 329c3d1

Browse files
Merge pull request #19381 from Snuffleupagus/rm-isInEditingMode
Remove unused `isInEditingMode` method (PR 19311 follow-up)
2 parents 3cfc41e + b02274e commit 329c3d1

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/display/editor/tools.js

-4
Original file line numberDiff line numberDiff line change
@@ -1716,10 +1716,6 @@ class AnnotationEditorUIManager {
17161716
this.#updateModeCapability.resolve();
17171717
}
17181718

1719-
isInEditingMode() {
1720-
return this.#mode !== AnnotationEditorType.NONE;
1721-
}
1722-
17231719
addNewEditorFromKeyboard() {
17241720
if (this.currentLayer.canCreateNewEmptyEditor()) {
17251721
this.currentLayer.addNewEditor();

0 commit comments

Comments
 (0)