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 TableCell from '@tiptap/extension-table-cell'
|
||||||
import TableHeader from '@tiptap/extension-table-header'
|
import TableHeader from '@tiptap/extension-table-header'
|
||||||
import TableRow from '@tiptap/extension-table-row'
|
import TableRow from '@tiptap/extension-table-row'
|
||||||
import Highlight from '@tiptap/extension-highlight'
|
|
||||||
import Typography from '@tiptap/extension-typography'
|
import Typography from '@tiptap/extension-typography'
|
||||||
import Image from '@tiptap/extension-image'
|
import Image from '@tiptap/extension-image'
|
||||||
import Underline from '@tiptap/extension-underline'
|
import Underline from '@tiptap/extension-underline'
|
||||||
@ -257,7 +256,6 @@ const editor = useEditor({
|
|||||||
content: inputHTML.value,
|
content: inputHTML.value,
|
||||||
extensions: [
|
extensions: [
|
||||||
StarterKit,
|
StarterKit,
|
||||||
Highlight,
|
|
||||||
Typography,
|
Typography,
|
||||||
Underline,
|
Underline,
|
||||||
Link.configure({
|
Link.configure({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user