mirror of
https://github.com/revoltchat/revite.git
synced 2024-12-25 23:22:06 -05:00
Bump message editor rows to 10
This commit is contained in:
parent
5c5c9c7d22
commit
8a3f0a6629
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