New Comment

Posted by Jess on 17th February 2022 at 19:25:46 UTC

Hey Aayush. Are you sure that the ID that you've given the text editor in your layout (i.e., in _form.html.haml) is the same as the one that you've used to create the new Quill instance in your javascript code?


(so in this section of your code:

var quill = new Quill('#editor-container', {
...

)


If they're different, that could explain the issue. If not then I'll need a little more info - perhaps if you share some of the code you're working on, I might be able to help

Anonymous(Log InSign Up)