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