zenoamaro / react-quill

A Quill component for React.
https://zenoamaro.github.io/react-quill
MIT License
6.78k stars 923 forks source link

Add event handlers in html tags (onclick, etc.) #985

Open Achraffawzi opened 5 months ago

Achraffawzi commented 5 months ago

When I insert HTML content with onclick to ReactQuill editor programmatically, it doesn't get rendered not does it fire the handler attached to the onclick event handler.

Thank You!