Skip to content

Commit db45d01

Browse files
authored
fix(amazonq): disable typewriter animation (aws#2160)
1 parent b99df82 commit db45d01

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

chat-client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"@aws/chat-client-ui-types": "^0.1.56",
2828
"@aws/language-server-runtimes": "^0.2.127",
2929
"@aws/language-server-runtimes-types": "^0.1.50",
30-
"@aws/mynah-ui": "^4.36.4"
30+
"@aws/mynah-ui": "^4.36.5"
3131
},
3232
"devDependencies": {
3333
"@types/jsdom": "^21.1.6",

chat-client/src/client/mynahUi.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -827,6 +827,7 @@ export const createMynahUi = (
827827
// if we want to max user input as 500000, need to configure the maxUserInput as 500096
828828
maxUserInput: 500096,
829829
userInputLengthWarningThreshold: 450000,
830+
disableTypewriterAnimation: true,
830831
},
831832
}
832833

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.

0 commit comments

Comments
 (0)