add repeat to onClick chatMessage
This commit is contained in:
parent
268eb4bd64
commit
8fb7e78989
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ export default function ChatInput({
|
|||
: "bg-chat-send text-background"
|
||||
)}
|
||||
disabled={lockChat}
|
||||
onClick={(): void => sendMessage()}
|
||||
onClick={(): void => sendMessage(repeat)}
|
||||
>
|
||||
{lockChat ? (
|
||||
<IconComponent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue