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