[WIKI-577] fix: unexpected emoji input#7534
Conversation
WalkthroughThe Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant EmojiList
User->>EmojiList: KeyDown event
EmojiList->>EmojiList: Check query.length
alt query.length <= 0
EmojiList-->>User: Return false (no further action)
else query.length > 0
EmojiList->>EmojiList: Continue key handling logic
end
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Note ⚡️ Unit Test Generation is now available in beta!Learn more here, or try it out under "Finishing Touches" below. 📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
🔇 Additional comments (2)
✨ Finishing Touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
Pull Request Linked with Plane Work Items
Comment Automatically Generated by Plane |
* fix: unexpected emoji input * update array
Description
After inputing
:when someone press enter its considered as a emoji input and enter and default emoji its now fixed to add proper check before doing insertionType of Change
Screenshots and Media (if applicable)
Screen.Recording.2025-08-02.at.9.29.00.PM.mov
Test Scenarios
References
Summary by CodeRabbit