mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
There is no 'return true' for the shortcuts system
This commit is contained in:
parent
64a7b82408
commit
2d87b52c07
5 changed files with 6 additions and 31 deletions
|
|
@ -746,8 +746,6 @@ export class MessageListMailBoxUserView extends AbstractViewRight {
|
|||
dispatchEvent(new CustomEvent('mailbox.message-view.toggle-full-screen'));
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
});
|
||||
|
||||
if (Settings.capa(Capa.MessageListActions)) {
|
||||
|
|
@ -859,8 +857,6 @@ export class MessageListMailBoxUserView extends AbstractViewRight {
|
|||
this.cancelThreadUid();
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
});
|
||||
|
||||
// change focused state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue