mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 06:03:22 +08:00
fix bug
This commit is contained in:
parent
fe0842d8c8
commit
6946a43cc4
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user