mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-11 00:14:50 +03:00
Bugfix: messageview focused [Tab] key should not traverse back to messagelist
This commit is contained in:
parent
5ef49f9b8e
commit
eec3f46c34
2 changed files with 2 additions and 3 deletions
|
|
@ -541,8 +541,7 @@ class MessageViewMailBoxUserView extends AbstractViewRight {
|
|||
return false;
|
||||
}
|
||||
});
|
||||
// shortcuts.add('tab', 'shift', Scope.MessageView, (event, handler) => {
|
||||
shortcuts.add('tab', '', Scope.MessageView, () => {
|
||||
shortcuts.add('tab', 'shift', Scope.MessageView, () => {
|
||||
if (!this.fullScreenMode() && this.message() && SettingsUserStore.usePreviewPane()) {
|
||||
AppUserStore.focusedState(Scope.MessageList);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue