Closed HwangTaehyun closed 3 years ago
@HwangTaehyun Thanks for PR. I will reproduce this bug before merging, and check if everything works for other edge cases as well.
I checked again, and it works fine in Chrome on Windows, and it seems that this problem occurs in Chrome on Mac. Please note. Thank you!
@HwangTaehyun Thanks!
This issue is critical for Japanese users too. I hope it would be merged quickly.
@kolt-suzuki I will take care of it this week.
@HwangTaehyun @kolt-suzuki
The PR from @HwangTaehyun uses keypress event which is unfortunately deprecated (source: https://developer.mozilla.org/en-US/docs/Web/API/Document/keypress_event#Deprecated)
I don't want to keep deprecated features in the code. However, I have done some research and it looks like there is no other workaround for this chrome bug. So I have tested the PR and it's ok. I will merge it, but @HwangTaehyun please change the commit message as I mentioned in the PR comment.
Waiting for ticket to merged....
:tada: This issue has been resolved in version 1.5.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
@HwangTaehyun Thank you for your contribution!
@supersnager Thank you for your effort!
Hi, thank you for intuitive and awesome chat-ui library.
I'm using it well, but there are some bugs like following situations.
OnKeyDown event occurs twice when typing in Korean and then hitting enter. So Last Korean Character printed one more time.