Fixed Auto Expand Issue (#1554)

Signed-off-by: Adithya Krishna <aadithya794@gmail.com>
This commit is contained in:
Adithya Krishna 2021-10-18 17:34:51 +05:30 committed by GitHub
parent a8390747d3
commit 034c4828b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,7 @@ const ViewHeader = React.memo((props: Props) => {
saveOnEsc={true} saveOnEsc={true}
readonly={props.readonly} readonly={props.readonly}
spellCheck={true} spellCheck={true}
autoExpand={false}
/> />
<MenuWrapper> <MenuWrapper>
<IconButton icon={<DropdownIcon/>}/> <IconButton icon={<DropdownIcon/>}/>