forked from vikunja/frontend
chore(editor): cleanup
This commit is contained in:
parent
9b20dc1899
commit
dc3ee112bd
@ -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({
|
||||
|
Loading…
x
Reference in New Issue
Block a user