Make saving a text edit a button
This commit is contained in:
@ -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"
|
||||
/>
|
||||
|
Reference in New Issue
Block a user