mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Merge pull request #19381 from Snuffleupagus/rm-isInEditingMode
Remove unused `isInEditingMode` method (PR 19311 follow-up)
This commit is contained in:
commit
329c3d1d71
1 changed files with 0 additions and 4 deletions
|
@ -1716,10 +1716,6 @@ class AnnotationEditorUIManager {
|
|||
this.#updateModeCapability.resolve();
|
||||
}
|
||||
|
||||
isInEditingMode() {
|
||||
return this.#mode !== AnnotationEditorType.NONE;
|
||||
}
|
||||
|
||||
addNewEditorFromKeyboard() {
|
||||
if (this.currentLayer.canCreateNewEmptyEditor()) {
|
||||
this.currentLayer.addNewEditor();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue