fix: allow description field autogrow #1692

Merged
jon merged 2 commits from Hotfix-TicketNotesDescription into master 2025-04-09 10:27:10 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit f3de8ecb73 - Show all commits

View File

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