Removes Inbox Backbone view
This commit is contained in:
parent
603b76c3d9
commit
aa23c2def2
44 changed files with 496 additions and 808 deletions
|
@ -1508,6 +1508,10 @@ export async function startApp(): Promise<void> {
|
|||
(key === 'c' || key === 'C')
|
||||
) {
|
||||
conversation.trigger('unload', 'keyboard shortcut close');
|
||||
window.reduxActions.conversations.showConversation({
|
||||
conversationId: undefined,
|
||||
messageId: undefined,
|
||||
});
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue