Skip to content
Snippets Groups Projects
Unverified Commit a35fa29a authored by tusooa's avatar tusooa :zap: Committed by tusooa
Browse files

Use textarea for note input

parent 9ab3f27f
No related branches found
No related tags found
2 merge requests!1711Update stable - 2.5.0 release,!1612User note
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment