1
0
mirror of https://github.com/mattermost/focalboard.git synced 2024-12-27 13:48:52 +02:00

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}
readonly={props.readonly}
spellCheck={true}
autoExpand={false}
/>
<MenuWrapper>
<IconButton icon={<DropdownIcon/>}/>