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