We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b54dffb commit 7e67886Copy full SHA for 7e67886
src/Chat.tsx
@@ -54,7 +54,7 @@ export class Chat extends React.Component<ChatProps, {}> {
54
this.store.dispatch<FormatAction>({ type: 'Set_Format_Options', options: props.formatOptions });
55
56
if (props.sendTyping)
57
- this.store.dispatch<ShellAction>({ type: 'Set_Send_Typing', sendTyping: true });
+ this.store.dispatch<ShellAction>({ type: 'Set_Send_Typing', sendTyping: props.sendTyping });
58
}
59
60
private handleIncomingActivity(activity: Activity) {
0 commit comments