1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-12-07 03:42:20 +03:00

Fix composer focus after pasting (#7181)

This commit is contained in:
Germain
2021-11-22 17:09:16 +00:00
committed by GitHub
parent ea25f74714
commit 7658187186
2 changed files with 13 additions and 14 deletions

View File

@@ -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 => {