[Editor] Allow to delete an editor in using the Delete key (aka fn+backspace) (bug 1844625)

This commit is contained in:
Calixte Denizet 2023-07-20 19:08:54 +02:00
parent 0702663b7d
commit cd97fcb414

View File

@ -578,6 +578,7 @@ class AnnotationEditorUIManager {
"Delete", "Delete",
"ctrl+Delete", "ctrl+Delete",
"shift+Delete", "shift+Delete",
"mac+Delete",
], ],
AnnotationEditorUIManager.prototype.delete, AnnotationEditorUIManager.prototype.delete,
], ],