diff --git a/src/components/card/CommentItem.vue b/src/components/card/CommentItem.vue index 70721d0d5..031b2d4c8 100644 --- a/src/components/card/CommentItem.vue +++ b/src/components/card/CommentItem.vue @@ -142,7 +142,7 @@ export default { this.$store.dispatch('setReplyTo', this.comment) }, showUpdateForm() { - this.commentMsg = this.$refs.richTextElement.$el.innerHTML + this.commentMsg = this.$refs.richTextElement.children[0].innerHTML this.edit = true }, hideUpdateForm() {