You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
Apply the same to quoting & inserting of emoji then consolidate
This commit is contained in:
@ -233,7 +233,7 @@ export default class MessageContextMenu extends React.Component {
|
||||
|
||||
onQuoteClick = () => {
|
||||
dis.dispatch({
|
||||
action: 'quote',
|
||||
action: "composer_insert",
|
||||
event: this.props.mxEvent,
|
||||
});
|
||||
this.closeMenu();
|
||||
|
Reference in New Issue
Block a user