refactor(keyboard): remove input restore fallback logic
This commit is contained in:
@@ -28,11 +28,7 @@ export function ChatInputBar({ disabled = false }: ChatInputBarProps) {
|
||||
|
||||
useKeyboardHeight({
|
||||
targetRef: textareaRef,
|
||||
containerRef: barRef,
|
||||
active: isFocused,
|
||||
onKeyboardDismiss: () => {
|
||||
setIsFocused(false);
|
||||
},
|
||||
});
|
||||
|
||||
const handleInputChange = (value: string) => {
|
||||
|
||||
Reference in New Issue
Block a user