Merge pull request #831 from Chrissi2812/issue-803

fix: blockquote unwrap not working
This commit is contained in:
Hans Pagel
2020-09-16 10:06:22 +02:00
committed by GitHub

View File

@@ -20,8 +20,8 @@ export default class Blockquote extends Node {
}
}
commands({ type, schema }) {
return () => toggleWrap(type, schema.nodes.paragraph)
commands({ type }) {
return () => toggleWrap(type)
}
keys({ type }) {