slab / quill

Quill is a modern WYSIWYG editor built for compatibility and extensibility
https://quilljs.com
BSD 3-Clause "New" or "Revised" License
42.3k stars 3.31k forks source link

Close Emoji box on mouse click outside #4277

Open hanieljazzar opened 1 week ago

hanieljazzar commented 1 week ago

Hello, is there a way to close the emoji box when the mouse is clicked outside instead of having to click the emoji button again? Thanks

sidharthbh8 commented 4 days ago

You can add an event listener to check if the click happened outside the emoji box and close it, it it did.

hanieljazzar commented 4 days ago

thanks but how do i close the emoji box in this case?