Skip to content

Commit b60cdf5

Browse files
authored
fix(amazonq): prompt input sends with enter when IME enabled #4524
Problem: [Amazon Q chat input does not work well with IME enabled #4125](#4125) Solution: Version [**4.3.2**](https://github.com/aws/mynah-ui/releases/tag/v4.3.2) of [mynah-ui](https://github.com/aws/mynah-ui) includes the check if the IME enabled when user hits enter while the prompt input is focused.
1 parent 7e26132 commit b60cdf5

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"type": "Bug Fix",
3+
"description": "Amazon Q: Fixed prompt input submit with enter if IME enabled [#4125](https://github.com/aws/aws-toolkit-vscode/issues/4125), requires shift+enter while IME enabled"
4+
}

package-lock.json

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4309,7 +4309,7 @@
43094309
"@aws-sdk/property-provider": "3.46.0",
43104310
"@aws-sdk/smithy-client": "^3.46.0",
43114311
"@aws-sdk/util-arn-parser": "^3.46.0",
4312-
"@aws/mynah-ui": "4.3.0",
4312+
"@aws/mynah-ui": "4.3.2",
43134313
"@gerhobbelt/gitignore-parser": "^0.2.0-9",
43144314
"@iarna/toml": "^2.2.5",
43154315
"@smithy/shared-ini-file-loader": "^2.2.8",

0 commit comments

Comments
 (0)