django-quill-editor icon indicating copy to clipboard operation
django-quill-editor copied to clipboard

'QuillWrapper' has already been declared

Open AvinashPrajapati opened this issue 1 year ago • 0 comments

I tried to render the same form instance( form has a field quillFormField() ) twice or more then in console i got error

django_quill.js:1 Uncaught SyntaxError: Identifier 'QuillWrapper' has already been declared (at django_quill.js:1:1)

AvinashPrajapati avatar Jun 29 '23 10:06 AvinashPrajapati