Fix composer focus after pasting (#7181)
This commit is contained in:
parent
ea25f74714
commit
7658187186
2 changed files with 13 additions and 14 deletions
|
@ -196,6 +196,10 @@ export default class MessageActionBar extends React.PureComponent<IMessageAction
|
|||
|
||||
private onThreadClick = (): void => {
|
||||
dispatchShowThreadEvent(this.props.mxEvent);
|
||||
dis.dispatch({
|
||||
action: Action.FocusSendMessageComposer,
|
||||
context: TimelineRenderingType.Thread,
|
||||
});
|
||||
};
|
||||
|
||||
private onEditClick = (ev: React.MouseEvent): void => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue