Fix issue with preview mode not resizing comment-form.

This commit is contained in:
Dessalines 2020-03-10 10:23:16 -04:00
parent 0637ccc1bc
commit 4fbf55d79e

View File

@ -220,6 +220,7 @@ export class CommentForm extends Component<CommentFormProps, CommentFormState> {
this.state.previewMode = false;
this.state.loading = false;
this.state.commentForm.content = '';
this.setState(this.state);
let form: any = document.getElementById(this.formId);
form.reset();
if (this.props.node) {