feat(editor): add comment when pressing ctrl enter
This commit is contained in:
parent
63c40b29b0
commit
abb6630b4b
@ -118,6 +118,7 @@
|
||||
:placeholder="$t('task.comment.placeholder')"
|
||||
v-if="editorActive"
|
||||
v-model="newComment.comment"
|
||||
@save="addComment()"
|
||||
/>
|
||||
</div>
|
||||
<div class="field">
|
||||
|
Loading…
x
Reference in New Issue
Block a user