mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 01:15:28 +00:00
Merge pull request #154 from Snazzah/pr/editbox
Bump message editor rows to 10
This commit is contained in:
@@ -96,7 +96,7 @@ export default function MessageEditor({ message, finish }: Props) {
|
|||||||
<AutoComplete detached {...autoCompleteProps} />
|
<AutoComplete detached {...autoCompleteProps} />
|
||||||
<TextAreaAutoSize
|
<TextAreaAutoSize
|
||||||
forceFocus
|
forceFocus
|
||||||
maxRows={3}
|
maxRows={10}
|
||||||
value={content}
|
value={content}
|
||||||
maxLength={2000}
|
maxLength={2000}
|
||||||
padding="var(--message-box-padding)"
|
padding="var(--message-box-padding)"
|
||||||
|
|||||||
Reference in New Issue
Block a user