refactor(keyboard): remove input restore fallback logic

This commit is contained in:
2026-07-03 11:32:34 +08:00
parent e5bfb4e373
commit f5b3c9fb2b
5 changed files with 8 additions and 102 deletions
@@ -28,11 +28,7 @@ export function ChatInputBar({ disabled = false }: ChatInputBarProps) {
useKeyboardHeight({
targetRef: textareaRef,
containerRef: barRef,
active: isFocused,
onKeyboardDismiss: () => {
setIsFocused(false);
},
});
const handleInputChange = (value: string) => {