diff --git a/app/components/post_draft/post_input/post_input.tsx b/app/components/post_draft/post_input/post_input.tsx index cdd48c535..f0aff5092 100644 --- a/app/components/post_draft/post_input/post_input.tsx +++ b/app/components/post_draft/post_input/post_input.tsx @@ -134,12 +134,8 @@ export default function PostInput({ return {...style.input, maxHeight}; }, [maxHeight, style.input]); - const blur = () => { - inputRef.current?.blur(); - }; - const handleAndroidKeyboard = () => { - blur(); + onBlur(); }; const onBlur = useCallback(() => {