This commit is contained in:
Philipp Kühn
2021-08-05 12:55:59 +02:00

View File

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