Bump message editor rows to 10

This commit is contained in:
Snazzah
2021-08-30 05:03:22 +00:00
committed by GitHub
parent 9d09a30fa3
commit f4cd207df6

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)"