autoinfra-ai / lingtual-embedded-chat

easy embedded chat widget
https://ligtual.com
3 stars 3 forks source link

Fixed Focus Issue in Input Element #2

Closed deveshXm closed 9 months ago

deveshXm commented 10 months ago

Description:

This pull request addresses the issue https://github.com/autoinfra-ai/lingtual-embedded-chat/issues/1 where the chat input box loses focus upon pressing the Enter key. The problem was causing an undesirable user experience, and this PR aims to resolve it by preventing the input element from losing focus after the Enter key is pressed.

Changes Proposed: Modified File: /chatWidget/chatWindow/index.tsx