Add multiline chat message support
This commit is contained in:
parent
fd8c7fe4f7
commit
94c73a8c1f
2 changed files with 17 additions and 5 deletions
|
@ -546,8 +546,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<form data-bind="submit: submitMessageBox">
|
||||
<input id="message-box" type="text" data-bind="
|
||||
attr: { placeholder: messageBoxHint }, textInput: messageBox">
|
||||
<textarea id="message-box" row=1 data-bind="
|
||||
attr: { placeholder: messageBoxHint },
|
||||
textInput: messageBox,
|
||||
event: {keypress: submitOnEnter}"></textarea>
|
||||
</form>
|
||||
</div>
|
||||
<script type="text/html" id="channel">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue