diff --git a/app/components/post_textbox/post_textbox.js b/app/components/post_textbox/post_textbox.js index d16b5d97c..0bc1cb888 100644 --- a/app/components/post_textbox/post_textbox.js +++ b/app/components/post_textbox/post_textbox.js @@ -424,6 +424,8 @@ export default class PostTextbox extends PureComponent { const {error} = await actions.executeCommand(msg, channelId, rootId); if (error) { + this.handleTextChange(msg); + this.changeDraft(msg); Alert.alert( intl.formatMessage({ id: 'mobile.commands.error_title',