mirror of
https://github.com/discourse/discourse.git
synced 2025-03-04 10:19:40 +00:00
This reverts the "fix" made in 44f6b24e349b35150247e450a4c4178abd45dabd since it wasn't the correct fix and the emoji picker wasn't showing in chat 🤦♂️
The proper fix is to `stopPropagation()` on the `click` event since the click handler has been made `async`. `preventDefault()` isn't enough.