tiptap editor #2222

Merged
konrad merged 66 commits from dpschen/frontend:feature/feat-tiptap-editor into main 2023-10-22 13:49:01 +00:00
Showing only changes of commit abb6630b4b - Show all commits

View File

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