mirror of https://github.com/fantasticit/think.git
tiptap: remove dragable for paragraph
This commit is contained in:
parent
c6f430a895
commit
87a863874d
|
@ -2,6 +2,5 @@ import { mergeAttributes } from '@tiptap/core';
|
||||||
import TitapParagraph from '@tiptap/extension-paragraph';
|
import TitapParagraph from '@tiptap/extension-paragraph';
|
||||||
|
|
||||||
export const Paragraph = TitapParagraph.extend({
|
export const Paragraph = TitapParagraph.extend({
|
||||||
draggable: true,
|
|
||||||
selectable: true,
|
selectable: true,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue