diff --git a/js/src/forum/components/CommentPost.js b/js/src/forum/components/CommentPost.js index 5c49728e0..ddff5f622 100644 --- a/js/src/forum/components/CommentPost.js +++ b/js/src/forum/components/CommentPost.js @@ -53,7 +53,7 @@ export default class CommentPost extends Post { ]); } - onupdate() { + onupdate(vnode) { super.onupdate(); const contentHtml = this.isEditing() ? '' : this.attrs.post.contentHtml();