mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-01-18 14:13:21 +08:00
fix bug
This commit is contained in:
parent
280730b261
commit
b47f3f499b
@ -22,7 +22,7 @@ export default class History extends Extension {
|
||||
|
||||
name = 'history'
|
||||
|
||||
constructor(options: HistoryOptions) {
|
||||
constructor(options?: HistoryOptions) {
|
||||
super(options)
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user