chore: change
This commit is contained in:
@@ -59,7 +59,6 @@ import { TableCell } from '@tiptap/extension-table-cell'
|
||||
import { TableHeader } from '@tiptap/extension-table-header'
|
||||
import { TableRow } from '@tiptap/extension-table-row'
|
||||
import { DragHandle } from '@tiptap/extension-drag-handle-vue-3'
|
||||
import DragHandleExtension from '@tiptap/extension-drag-handle'
|
||||
import SlashCommand from '../extensions/SlashCommand'
|
||||
import { computePosition, flip, shift, offset, autoUpdate } from '@floating-ui/dom'
|
||||
import {
|
||||
@@ -243,7 +242,6 @@ const editor = useEditor({
|
||||
StarterKit.configure({
|
||||
codeBlock: false, // Disable default code block to use custom one
|
||||
}),
|
||||
DragHandleExtension,
|
||||
Table.configure({
|
||||
resizable: true,
|
||||
}),
|
||||
|
||||
Reference in New Issue
Block a user