mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-07 15:27:43 +08:00
Resolve #624
This commit is contained in:
parent
8a0cb947f5
commit
2693e94417
1 changed files with 1 additions and 1 deletions
|
@ -644,7 +644,7 @@ export class MailMessageList extends AbstractViewRight {
|
|||
return false;
|
||||
});
|
||||
|
||||
addShortcut('f,mailforward', 'shift', [Scope.MessageList, Scope.MessageView], () => {
|
||||
registerShortcut('f,mailforward', 'shift', [Scope.MessageList, Scope.MessageView], () => {
|
||||
this.forwardCommand();
|
||||
return false;
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue