mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-25 17:26:18 -04:00
fix textarea for sending messages is not editable on some iOS devices (#163)
This commit is contained in:
parent
3c1ef57740
commit
1669fe7d75
6 changed files with 10 additions and 12 deletions
|
@ -372,7 +372,7 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="column fw">
|
||||
<div id="text-input" title="Message" class="textarea" role="textbox" autocapitalize="none" spellcheck="false" autofocus contenteditable></div>
|
||||
<textarea title="Message" class="textarea" wrap="off" autofocus></textarea>
|
||||
</div>
|
||||
</div>
|
||||
<div class="button-row row-reverse">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue