diff --git a/src/MarkdownTextInput.web.tsx b/src/MarkdownTextInput.web.tsx index d725f2f6..29d11d3a 100644 --- a/src/MarkdownTextInput.web.tsx +++ b/src/MarkdownTextInput.web.tsx @@ -587,6 +587,8 @@ const MarkdownTextInput = React.forwardRef( } const currentValue = value ?? ''; history.current.add(currentValue, currentValue.length); + + handleContentSizeChange(); // eslint-disable-next-line react-hooks/exhaustive-deps }, []);