fixed client chat drop
This commit is contained in:
parent
c06b59375a
commit
beda4d4932
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<textarea id="input-chat-input"
|
<textarea id="input-chat-input"
|
||||||
type="text"
|
type="text"
|
||||||
class="form-control input-message"
|
class="form-control input-message client-chat-box-field"
|
||||||
placeholder="{{tr 'enter a chat message...' /}}"
|
placeholder="{{tr 'enter a chat message...' /}}"
|
||||||
autocomplete="off"></textarea>
|
autocomplete="off"></textarea>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue