Removes old Textarea approach code

This commit is contained in:
montelale 2020-12-22 21:24:20 +01:00
parent c14c121ba5
commit e9c8ed447f
2 changed files with 0 additions and 21 deletions

View file

@ -94,7 +94,6 @@
<x-background class="full center">
<x-paper shadow="2">
<h3>Send a Message</h3>
<!-- <textarea id="textInput" placeholder="Send a message" autocomplete="off" autofocus></textarea> -->
<div id="textInput" class="textareaElement" role="textbox" placeholder="Send a message" autocomplete="off" autofocus contenteditable></div>
<div class="row-reverse">
<button class="button" type="submit" close>Send</button>