feat(editor): add comment when pressing ctrl enter

This commit is contained in:
kolaente 2023-10-22 10:40:12 +02:00
parent 63c40b29b0
commit abb6630b4b
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@
:placeholder="$t('task.comment.placeholder')"
v-if="editorActive"
v-model="newComment.comment"
@save="addComment()"
/>
</div>
<div class="field">