mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 12:39:20 +03:00
parent
d961fa480a
commit
0fad66c452
53 changed files with 2231 additions and 1181 deletions
|
|
@ -582,11 +582,8 @@ PopupsContactsViewModel.prototype.onBuild = function (oDom)
|
|||
var self = this;
|
||||
|
||||
key('delete', Enums.KeyState.ContactList, function () {
|
||||
if (RL.data().useKeyboardShortcuts())
|
||||
{
|
||||
self.deleteCommand();
|
||||
return false;
|
||||
}
|
||||
self.deleteCommand();
|
||||
return false;
|
||||
});
|
||||
|
||||
oDom
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue