Use textarea for note input
This commit is contained in:
parent
9ab3f27f72
commit
a35fa29a6b
|
@ -30,11 +30,11 @@
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<input
|
<textarea
|
||||||
v-show="editing"
|
v-show="editing"
|
||||||
v-model="localNote"
|
v-model="localNote"
|
||||||
class="note-text"
|
class="note-text"
|
||||||
>
|
/>
|
||||||
<span
|
<span
|
||||||
v-show="!editing"
|
v-show="!editing"
|
||||||
class="note-text"
|
class="note-text"
|
||||||
|
|
Loading…
Reference in New Issue