fix: allow description field autogrow
gitea/salix-front/pipeline/pr-master This commit looks good Details

This commit is contained in:
Jon Elias 2025-04-09 11:08:51 +02:00
parent 3f01436d02
commit f3de8ecb73
1 changed files with 1 additions and 0 deletions

View File

@ -87,6 +87,7 @@ async function handleSave() {
v-model="row.description"
class="col"
@keyup.enter="handleSave"
autogrow
data-cy="ticketNotesDescription"
/>
<QIcon