WongSaang / chatgpt-ui

A ChatGPT web client that supports multiple users, multiple languages, and multiple database connections for persistent data storage. Provides Docker images and quick deployment scripts.
https://wongsaang.github.io/chatgpt-ui/
MIT License
1.51k stars 332 forks source link

prevent enter key from interrupting input method #251

Closed gekowa closed 10 months ago

gekowa commented 10 months ago

Use keypress event instead of keydown event on the textarea

WongSaang commented 10 months ago

👍