Use textarea for note input

This commit is contained in:
Tusooa Zhu 2022-09-07 18:36:27 -04:00 committed by tusooa
parent 9ab3f27f72
commit a35fa29a6b
No known key found for this signature in database
GPG Key ID: 7B467EDE43A08224
1 changed files with 2 additions and 2 deletions

View File

@ -30,11 +30,11 @@
</button>
</div>
</div>
<input
<textarea
v-show="editing"
v-model="localNote"
class="note-text"
>
/>
<span
v-show="!editing"
class="note-text"