-
Notifications
You must be signed in to change notification settings - Fork 88
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(NcRichContenteditable): Fix tribute emoji complete interfering unexpectedly aka. 🇨🇨 #3924
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See comments
…expectedly aka. Cocos Island Meme Signed-off-by: Joas Schilling <[email protected]>
28f4500
to
2b371da
Compare
Signed-off-by: Joas Schilling <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To be honest, I think that #3923 is the cleaner approach. It doesn't affect the EmojiPicker
component either, the search function is only used by emoji autocompletion implementions in NcRichContenteditable
and Text/Collectives. That's also why I think that it's the proper place to fix this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's get this in nevertheless.
After some discussion in the chat we agreed to go with both approaches in parallel:
|
🪦 Cocos-Island Meme
Opposed to #3923 I fixed it in
NcRichContenteditable
so that other components like the emoji picker itself are not interfered and still operate normally.