mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-07-13 19:17:48 +00:00
ref(chat): change initial input size to 1 line
This commit is contained in:
committed by
virtuacoplenny
parent
09f881c0f5
commit
dfe5fbb702
@@ -119,7 +119,6 @@ class ChatInput extends Component<Props, State> {
|
||||
id = 'usermsg'
|
||||
inputRef = { this._setTextAreaRef }
|
||||
maxRows = { 5 }
|
||||
minRows = { 2 }
|
||||
onChange = { this._onMessageChange }
|
||||
onKeyDown = { this._onDetectSubmit }
|
||||
placeholder = { this.props.t('chat.messagebox') }
|
||||
|
||||
Reference in New Issue
Block a user