fix bug
This commit is contained in:
@@ -9,9 +9,9 @@ export interface ParagraphOptions {
|
||||
const Paragraph = createNode({
|
||||
name: 'paragraph',
|
||||
|
||||
// defaultOptions: <ParagraphOptions>{
|
||||
// HTMLAttributes: {},
|
||||
// },
|
||||
defaultOptions: <ParagraphOptions>{
|
||||
HTMLAttributes: {},
|
||||
},
|
||||
|
||||
group: 'block',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user