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:
parent
a8390747d3
commit
034c4828b1
@ -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 New Issue
Block a user