fix fn call, fixes usage of SlashCommands
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
parent
100ecfe7ce
commit
abbb69dc36
1 changed files with 1 additions and 1 deletions
|
@ -988,7 +988,7 @@ export default class MessageComposerInput extends React.Component {
|
||||||
firstGrandChild.text[0] === '/')
|
firstGrandChild.text[0] === '/')
|
||||||
{
|
{
|
||||||
commandText = this.plainWithIdPills.serialize(editorState);
|
commandText = this.plainWithIdPills.serialize(editorState);
|
||||||
cmd = SlashCommands.processInput(this.props.room.roomId, commandText);
|
cmd = processCommandInput(this.props.room.roomId, commandText);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (cmd) {
|
if (cmd) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue