Add char limit to chat
This commit is contained in:
parent
b1f91d432c
commit
efee4ad081
2 changed files with 3 additions and 1 deletions
|
@ -614,7 +614,7 @@ let META_HEADER = [
|
|||
</div>
|
||||
<div style="height: 15%">
|
||||
<a id="emoji-button" href="#" title="{{_('Emoji')}}"><i class="icofont-slightly-smile"></i></a>
|
||||
<textarea id="chat-input" placeholder="{{_('Enter your message')}}"></textarea>
|
||||
<textarea maxlength="5000" id="chat-input" placeholder="{{_('Enter your message')}}"></textarea>
|
||||
</div>
|
||||
<div class="tooltip" role="tooltip">
|
||||
<emoji-picker></emoji-picker>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue