chore(editor): cleanup
continuous-integration/drone/pr Build is failing Details

This commit is contained in:
kolaente 2023-10-21 18:47:04 +02:00
parent 9b20dc1899
commit dc3ee112bd
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 2 deletions

View File

@ -115,7 +115,6 @@ import Table from '@tiptap/extension-table'
import TableCell from '@tiptap/extension-table-cell'
import TableHeader from '@tiptap/extension-table-header'
import TableRow from '@tiptap/extension-table-row'
import Highlight from '@tiptap/extension-highlight'
import Typography from '@tiptap/extension-typography'
import Image from '@tiptap/extension-image'
import Underline from '@tiptap/extension-underline'
@ -257,7 +256,6 @@ const editor = useEditor({
content: inputHTML.value,
extensions: [
StarterKit,
Highlight,
Typography,
Underline,
Link.configure({