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