fix bug
This commit is contained in:
@@ -26,14 +26,14 @@ export function defaultExtensions(options: {
|
|||||||
Dropcursor(),
|
Dropcursor(),
|
||||||
Gapcursor(),
|
Gapcursor(),
|
||||||
Document(),
|
Document(),
|
||||||
History(options.history),
|
History(options?.history),
|
||||||
Paragraph(),
|
Paragraph(),
|
||||||
Text(),
|
Text(),
|
||||||
Bold(),
|
Bold(),
|
||||||
Italic(),
|
Italic(),
|
||||||
Code(),
|
Code(),
|
||||||
CodeBlock(options.codeBlock),
|
CodeBlock(options?.codeBlock),
|
||||||
Heading(options.heading),
|
Heading(options?.heading),
|
||||||
HardBreak(),
|
HardBreak(),
|
||||||
Strike(),
|
Strike(),
|
||||||
Blockquote(),
|
Blockquote(),
|
||||||
|
|||||||
Reference in New Issue
Block a user