File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
contentcuration/contentcuration/frontend/shared/views/TipTapEditor/TipTapEditor/composables Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 11import { ref , onUnmounted } from 'vue' ;
22import { Editor } from '@tiptap/vue-2' ;
33import StarterKitExtension from '@tiptap/starter-kit' ;
4- import UnderlineExtension from '@tiptap/extension-underline' ;
54import { Superscript } from '@tiptap/extension-superscript' ;
65import { Subscript } from '@tiptap/extension-subscript' ;
76import { Small } from '../extensions/SmallTextExtension' ;
@@ -24,7 +23,6 @@ export function useEditor() {
2423 codeBlock : false , // Disable default code block to use the extended version
2524 link : false , // Disable default link to use the custom link extension
2625 } ) ,
27- UnderlineExtension ,
2826 CodeBlockSyntaxHighlight ,
2927 Small ,
3028 Superscript ,
You can’t perform that action at this time.
0 commit comments