Bump message editor rows to 10
parent
5c5c9c7d22
commit
8a3f0a6629
|
|
@ -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 New Issue