Results 2 comments of MJ

@petecarapetyan yes, I have same issue. your solution works to me. thank you. code here. ``` ``` ``` this.$.quillEditor.useContentReset = true; this.commentContent = ""; this.$.quillEditor.setContent(); this.$.quillEditor.useContentReset = false; ```

@atifwaqar apply that logic to where you want to reset quillEditor's content. In my case, set the content to null when user complete sending text. or, set the default string...