diff --git a/web/app/components/comment/comment.jsx b/web/app/components/comment/comment.jsx index 240787d4..83608ef0 100644 --- a/web/app/components/comment/comment.jsx +++ b/web/app/components/comment/comment.jsx @@ -169,6 +169,10 @@ export default class Comment extends Component { onReply(...rest) { this.props.onReply(...rest); + + this.setState({ + isInputVisible: false, + }); } render(props, { guest, userBlocked, pinned, score, scoreIncreased, scoreDecreased, deleted, isInputVisible }) {