mirror of
https://github.com/lobehub/lobehub.git
synced 2026-03-27 13:29:15 +07:00
* 🐛 fix: scroll ChatInput into view when starter mode activates When clicking Create Agent/Group/Write, the SuggestQuestions panel renders below the ChatInput and pushes total content beyond the viewport, causing the ChatInput to scroll out of view. This adds scrollIntoView + focus on mode change so the editor stays visible and ready for input. Also improves E2E test to target contenteditable inside ChatInput directly and wait for animation to settle. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com> * update --------- Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>