You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixes
Resolved the issue of storybook user leaving the channel
Added a workaround to reset IME in mobile webkit for better input handling
This fix involves creating a ghost input to manage focus transitions, preventing the virtual keyboard from closing and ensuring the proper composition of characters like Hangul
The ghost input is used to reset the IME context, and focus is moved back to the original input using requestAnimationFrame to avoid delays
Retry connection when failed with a token expired error
Ensure scroll to the bottom of the list when mounted before painting
Minor bug fixes and adjustments for SuggestedReplyItem component:
Fixed a bug where horizontal suggested reply items contents are not wrapping to multiple lines
Adjusted bubble size
Added missing margin
Features
Added support for rendering .mov file type only in Safari browser