mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-16 16:30:15 +01:00
* bug: updating so text doesn't delete * fix: preserve user input when typing during AI response Previously, form.reset() would clear any text the user started typing while waiting for AI response. Now checks if textarea has new content before resetting, preventing text loss and improving UX. * chore: revert useSubmitMessage changes * fix: reduce debounce time for input handling in auto-save * fix: improve debounce handling for auto-save input to enhance user experience --------- Co-authored-by: Megan Greenberg <mgreenberg@networkninja.com> |
||
|---|---|---|
| .. | ||
| public | ||
| scripts | ||
| src | ||
| test | ||
| babel.config.cjs | ||
| check_updates.sh | ||
| index.html | ||
| jest.config.cjs | ||
| nginx.conf | ||
| package.json | ||
| postcss.config.cjs | ||
| tailwind.config.cjs | ||
| tsconfig.json | ||
| vite.config.ts | ||