Fixed Auto Expand Issue (#1554)
Signed-off-by: Adithya Krishna <aadithya794@gmail.com>
This commit is contained in:
parent
a8390747d3
commit
034c4828b1
1 changed files with 1 additions and 0 deletions
|
@ -70,6 +70,7 @@ const ViewHeader = React.memo((props: Props) => {
|
|||
saveOnEsc={true}
|
||||
readonly={props.readonly}
|
||||
spellCheck={true}
|
||||
autoExpand={false}
|
||||
/>
|
||||
<MenuWrapper>
|
||||
<IconButton icon={<DropdownIcon/>}/>
|
||||
|
|
Loading…
Reference in a new issue