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
1 changed files with 1 additions and 1 deletions
Showing only changes of commit ddcf6bf0a5 - Show all commits

View File

@ -394,7 +394,7 @@
<div class="editor-toolbar__segment">
<BaseButton class="editor-toolbar__button" @click="addImage" title="Add image from URL">
<span class="icon">
<icon :icon="['fa', 'fa-file-image']" />
<icon icon="fa-image" />
</span>
</BaseButton>
</div>