From dc3ee112bdc2a668876439f7a1d0333b501b2d36 Mon Sep 17 00:00:00 2001 From: kolaente Date: Sat, 21 Oct 2023 18:47:04 +0200 Subject: [PATCH] chore(editor): cleanup --- src/components/input/editor/TipTap.vue | 2 -- 1 file changed, 2 deletions(-) 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({