mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
[Editor] Allow to delete an editor in using the Delete key (aka fn+backspace) (bug 1844625)
This commit is contained in:
parent
0702663b7d
commit
cd97fcb414
1 changed files with 1 additions and 0 deletions
|
@ -578,6 +578,7 @@ class AnnotationEditorUIManager {
|
|||
"Delete",
|
||||
"ctrl+Delete",
|
||||
"shift+Delete",
|
||||
"mac+Delete",
|
||||
],
|
||||
AnnotationEditorUIManager.prototype.delete,
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue