import React, {Component, PropTypes} from 'react'; import CommentBox from '../coral-plugin-commentbox/CommentBox'; const name = 'coral-plugin-replies'; class ReplyBox extends Component { componentDidMount() { document.getElementById('replyText').focus(); } render() { const { styles, postItem, assetId, authorId, addNotification, parentId, commentPostedHandler, setActiveReplyBox, maxCharCount, charCountEnable } = this.props; return