mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-13 01:08:50 +00:00
Monotone-Parent: 9f58c2b185464d4b3aca8502388330507e0621ab
Monotone-Revision: 3a8cd7db86f49087aed77cc4fba9b7ce69fa8b50 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-04-15T22:19:28 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -2555,8 +2555,9 @@ function onDocumentKeydown(event) {
|
||||
if (target.tagName != "INPUT") {
|
||||
if (event.keyCode == Event.KEY_DELETE
|
||||
|| (event.keyCode == Event.KEY_BACKSPACE && isMac())) {
|
||||
$("eventDialog").hide();
|
||||
deleteEvent();
|
||||
Event.stop(event);
|
||||
event.stop();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user