zenoamaro / react-quill

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

onBlur works inside pop-up elements #677

Open kepamuk opened 3 years ago

kepamuk commented 3 years ago

I need the event onBlur to be triggered only outside I have pop-ups for smiles and links inside, when I click on them, it also works, how to fix this? image

rnowm commented 2 years ago

@kepamuk facing the same issue, were you able to fix it?