Fix alt text input field not growing more than 3 lines (#11328)
This commit is contained in:
@@ -162,7 +162,6 @@ function AltTextInner({
|
||||
onChangeText={onChange}
|
||||
defaultValue={altText}
|
||||
multiline
|
||||
numberOfLines={3}
|
||||
autoFocus
|
||||
onKeyPress={({nativeEvent}) => {
|
||||
if (nativeEvent.key === 'Escape') {
|
||||
|
||||
@@ -131,7 +131,6 @@ const ImageAltTextInner = ({
|
||||
}}
|
||||
defaultValue={altText}
|
||||
multiline
|
||||
numberOfLines={3}
|
||||
autoFocus
|
||||
/>
|
||||
</TextField.Root>
|
||||
|
||||
Reference in New Issue
Block a user