1
0

Make saving a text edit a button

This commit is contained in:
kolaente
2021-08-18 22:57:11 +02:00
parent f8b3c2bb58
commit 08a34d8a68
2 changed files with 17 additions and 3 deletions

View File

@ -113,6 +113,7 @@
:upload-callback="attachmentUpload"
:upload-enabled="true"
:placeholder="$t('task.comment.placeholder')"
:show-save="false"
v-if="editorActive"
v-model="newComment.comment"
/>