mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Fix eslint version
This commit is contained in:
parent
8e8a041032
commit
8a6765faeb
15 changed files with 342 additions and 398 deletions
|
|
@ -430,6 +430,8 @@ MessageListMailBoxUserView.prototype.goToUpUpOrDownDown = function(bUp)
|
|||
}
|
||||
|
||||
}, 350);
|
||||
|
||||
return true;
|
||||
};
|
||||
|
||||
MessageListMailBoxUserView.prototype.useAutoSelect = function()
|
||||
|
|
@ -788,6 +790,8 @@ MessageListMailBoxUserView.prototype.initShortcuts = function()
|
|||
Events.pub('mailbox.message-view.toggle-full-screen');
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
});
|
||||
|
||||
if (Settings.capa(Enums.Capa.MessageListActions))
|
||||
|
|
@ -816,6 +820,8 @@ MessageListMailBoxUserView.prototype.initShortcuts = function()
|
|||
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
});
|
||||
}
|
||||
|
||||
|
|
@ -921,6 +927,8 @@ MessageListMailBoxUserView.prototype.initShortcuts = function()
|
|||
self.cancelThreadUid();
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
});
|
||||
|
||||
// change focused state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue