diff --git a/src/components/input/editor/TipTap.vue b/src/components/input/editor/TipTap.vue index 1bcbda36a..2c861bf55 100644 --- a/src/components/input/editor/TipTap.vue +++ b/src/components/input/editor/TipTap.vue @@ -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({