Eliminate resetEmojiResults, move onEditorStateChanged to redux
This commit is contained in:
parent
6d868030ae
commit
5c059c54d5
13 changed files with 162 additions and 155 deletions
|
@ -1506,7 +1506,7 @@ export async function startApp(): Promise<void> {
|
|||
shiftKey &&
|
||||
(key === 't' || key === 'T')
|
||||
) {
|
||||
conversation.trigger('focus-composer');
|
||||
window.reduxActions.composer.setComposerFocus(conversation.id);
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue