mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +03:00
i18n
+ Small fixes
This commit is contained in:
parent
524743ecbe
commit
3221b0651e
28 changed files with 1096 additions and 91 deletions
|
|
@ -114,7 +114,7 @@ MailBoxFolderListViewModel.prototype.onBuild = function (oDom)
|
|||
return false;
|
||||
});
|
||||
|
||||
key('esc, tab, shift+tab', Enums.KeyState.FolderList, function () {
|
||||
key('esc, tab, shift+tab, right', Enums.KeyState.FolderList, function () {
|
||||
self.folderList.focused(false);
|
||||
return false;
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue