diff --git a/app/components/post_draft/quick_actions/quick_actions.js b/app/components/post_draft/quick_actions/quick_actions.js index 3eb525f64..9d55f9f61 100644 --- a/app/components/post_draft/quick_actions/quick_actions.js +++ b/app/components/post_draft/quick_actions/quick_actions.js @@ -41,7 +41,7 @@ export default class QuickActions extends PureComponent { super(props); this.state = { - inputValue: props.initialValue, + inputValue: '', atDisabled: props.readonly, slashDisabled: props.readonly, };