chore: remove unused class attribute in message text box element
This commit is contained in:
parent
2665f29341
commit
e71db5f571
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
</div>
|
||||
|
||||
<div id="message-textarea">
|
||||
<div id="message-textbox-input" class=""
|
||||
<div id="message-textbox-input"
|
||||
role="textbox" ref="messageTextboxInput"
|
||||
autocorrect="off" spellcheck="true" contenteditable="true"
|
||||
@keydown="handleTextboxKeyDown" @input="handleTextboxInput">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue