Merge pull request #154 from Snazzah/pr/editbox

Bump message editor rows to 10
pull/1049/head
Paul Makles 2021-08-30 12:19:47 +01:00 committed by GitHub
commit e98fdcb790
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ export default function MessageEditor({ message, finish }: Props) {
<AutoComplete detached {...autoCompleteProps} />
<TextAreaAutoSize
forceFocus
maxRows={3}
maxRows={10}
value={content}
maxLength={2000}
padding="var(--message-box-padding)"