mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
Merge pull request #154 from Snazzah/pr/editbox
Bump message editor rows to 10
This commit is contained in:
commit
d4ea64af42
1 changed files with 1 additions and 1 deletions
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue