Commits on Source 3
-
Eduardo Bonet authored
When using IME such as japanese keyboard, users are given the opportunity to fix their typing before sending the message. That means formac this would require three enters (pick from list, confirm selection, and then send) and with Google keyboard IME it requires two (pick from list, and then send). So we wait for one additional enter to send the chat prompt Normally, this is fixed using a form, but since we are adding more functionality from the slash commands this didn't seem to work on this context (example of fix using a form: gitlab-org/gitlab!147814 (diffs)) Changelog: fixed
-
Florie Guibert authored
fix(duochat): Wait for another enter to send on IME Closes #2537 See merge request gitlab-org/gitlab-ui!4305 Merged-by:
Florie Guibert <fguibert@gitlab.com> Approved-by:
Toshitaka Ito <6113071-toshitakaito@users.noreply.gitlab.com> Approved-by:
Denys Mishunov <dmishunov@gitlab.com> Approved-by:
Florie Guibert <fguibert@gitlab.com> Reviewed-by:
Denys Mishunov <dmishunov@gitlab.com> Reviewed-by:
Eduardo Bonet <ebonet@gitlab.com> Co-authored-by:
Eduardo Bonet <ebonet@gitlab.com>
-
semantic-release-bot authored
## [85.2.2](gitlab-org/gitlab-ui@v85.2.1...v85.2.2) (2024-06-26) ### Bug Fixes * **duochat:** Wait for another enter to send on IME ([ed2a1e76](gitlab-org/gitlab-ui@ed2a1e76))