Enable user input while response is being processed

- Enable user input while response is being processed
- Incorporate Send/Stop button functionality with the 'Enter' key
This commit is contained in:
Ji Tang
2023-04-25 14:48:51 +08:00
committed by josc146
parent a62cf9c028
commit 16d9fec31e
6 changed files with 49 additions and 21 deletions
@@ -382,6 +382,7 @@ function ConversationCard(props) {
updateAnswer(e, false, 'error')
}
}}
port={port}
/>
</div>
)