mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-25 13:25:28 +00:00
Monotone-Parent: 745a249bd7392c99ed5da0cfe7038be08a2cd714
Monotone-Revision: 23583042485912a57b9dbb1a6919152381d2ad3f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-09-03T12:50:51 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -227,7 +227,7 @@ function ml_lowlight(sender) {
|
||||
function onDocumentKeydown(event) {
|
||||
var e = event || window.event;
|
||||
var target = getTarget(event);
|
||||
if (e.keyCode == Event.KEY_BACKSPACE &&
|
||||
if (e.keyCode == Event.KEY_DELETE &&
|
||||
target.tagName != "INPUT") {
|
||||
deleteSelectedMessages();
|
||||
Event.stop(event);
|
||||
|
||||
Reference in New Issue
Block a user