mirror of https://github.com/fantasticit/think.git
tiptap: dragable callout
This commit is contained in:
parent
42822dc49e
commit
74adbcbe9c
|
@ -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 {
|
||||||
|
|
Loading…
Reference in New Issue