mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Update src/components/views/rooms/EditMessageComposer.js
This commit is contained in:
parent
f32eee9475
commit
122565b3ac
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ export default class EditMessageComposer extends React.Component {
|
|||
dis.dispatch({action: "edit_event", event: null});
|
||||
dis.fire(Action.FocusComposer);
|
||||
}
|
||||
|
||||
_isSlashCommand() {
|
||||
const parts = this.model.parts;
|
||||
const firstPart = parts[0];
|
||||
|
|
Loading…
Reference in a new issue