mirror of
https://github.com/lobehub/lobe-chat.git
synced 2026-06-14 03:30:19 +00:00
76fd478752
* 🐛 fix(upload): resolve file upload button unresponsive issue The file upload dropdown menu was not properly handling the interaction between the dropdown and the Upload component, causing the menu to block file selection events. Changes: - Add controlled open state for upload dropdown - Mark upload menu items with closeOnClick: false to prevent premature closing - Manually close dropdown after file selection completes - Enhance ActionDropdown to support interactive elements with proper event handling - Add scheduleClose functionality for delayed menu closing Closes LOBE-3503 * 🔧 chore: update package dependencies and enhance VSCode settings - Bump version of @lobehub/ui to ^4.22.0 in package.json. - Update VSCode settings to exclude additional locale directories from search, improving performance and relevance. Signed-off-by: Innei <tukon479@gmail.com> --------- Signed-off-by: Innei <tukon479@gmail.com>