1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-12-02 21:22:41 +03:00

Apply the same to quoting & inserting of emoji then consolidate

This commit is contained in:
Michael Telatynski
2021-04-13 15:09:37 +01:00
parent ace3a62bac
commit 5f59e39958
12 changed files with 105 additions and 50 deletions

View File

@@ -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();