-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Fix the bug that the emoji does not disappear #11489
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the bug that the emoji does not disappear #11489
Conversation
Can you explain better what exactly does this fixes? |
React only one emoji and then unreact it. The emoji will not disappear. It should disappear. |
For anyone wondering, the issue is that attempting to unreact when there's only one emoji left has no effect on UI |
Yes, that's what this pr fix. |
Co-authored-by: Lauris BH <[email protected]>
Co-authored-by: Lauris BH <[email protected]>
ping LG-TM |
@L0veSunshine please send backport to release/v1.12 :) |
Co-authored-by: John Olheiser <[email protected]> Co-authored-by: techknowlogick <[email protected]>
* Fix the bug that the emoticon does not disappear * Update web_src/js/index.js Co-authored-by: Lauris BH <[email protected]> * Update web_src/js/index.js Co-authored-by: Lauris BH <[email protected]> Co-authored-by: Lauris BH <[email protected]> Co-authored-by: techknowlogick <[email protected]> Co-authored-by: zeripath <[email protected]>
Fixes #11036
When you add one emoji here. and then cancel this emoji. The emoji will not disapper until you fresh the page.(This only occur when there is only one emoji)

This bug is on https://try.gitea.io/ and https://gitea.com/. You can have a try. Click here!