mirror of
https://github.com/moparisthebest/mail
synced 2025-01-11 05:28:00 -05:00
Remove sync keybaord shortcut
This commit is contained in:
parent
3a0d71b645
commit
088519f4f8
@ -168,12 +168,6 @@ define(function(require) {
|
|||||||
scope.state.writer.write(scope.state.mailList.selected);
|
scope.state.writer.write(scope.state.mailList.selected);
|
||||||
scope.$apply();
|
scope.$apply();
|
||||||
|
|
||||||
} else if (modifier && e.keyCode === 83 && scope.state.lightbox !== 'write' && scope.state.mailList.synchronize) {
|
|
||||||
// s -> sync folder
|
|
||||||
e.preventDefault();
|
|
||||||
scope.state.mailList.synchronize();
|
|
||||||
scope.$apply();
|
|
||||||
|
|
||||||
} else if (e.keyCode === 27 && scope.state.lightbox !== undefined) {
|
} else if (e.keyCode === 27 && scope.state.lightbox !== undefined) {
|
||||||
// escape -> close current lightbox
|
// escape -> close current lightbox
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
Loading…
Reference in New Issue
Block a user