tiptap: dragable callout

This commit is contained in:
fantasticit 2022-07-03 13:15:56 +08:00
parent 42822dc49e
commit 74adbcbe9c
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ export const Callout = Node.create({
group: 'block', group: 'block',
defining: true, defining: true,
selectable: true, selectable: true,
draggable: true,
addAttributes() { addAttributes() {
return { return {