a small clerical error?

This commit is contained in:
akirarika
2021-05-26 16:56:41 +08:00
parent 47bfd89b83
commit 93ccf0e315

View File

@@ -90,7 +90,7 @@ export const Strike = Mark.create<StrikeOptions>({
addPasteRules() {
return [
markPasteRule(inputRegex, this.type),
markPasteRule(pasteRegex, this.type),
]
},
})