Chat: Use a <textarea> for message input

This commit is contained in:
Richard Hansen 2021-07-13 19:00:31 -04:00 committed by webzwo0i
parent ce5ef9350f
commit 834e05fc9c
3 changed files with 8 additions and 3 deletions

View file

@ -388,7 +388,7 @@
</div>
<div id="chatinputbox">
<form>
<input id="chatinput" type="text" maxlength="999" data-l10n-id="pad.chat.writeMessage.placeholder">
<textarea id="chatinput" maxlength="999" data-l10n-id="pad.chat.writeMessage.placeholder"></textarea>
</form>
</div>
</div>