mirror of https://github.com/fantasticit/think.git
tiptap: dragable callout
parent
42822dc49e
commit
74adbcbe9c
|
@ -16,6 +16,7 @@ export const Callout = Node.create({
|
|||
group: 'block',
|
||||
defining: true,
|
||||
selectable: true,
|
||||
draggable: true,
|
||||
|
||||
addAttributes() {
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue