fix: blockquote unwrap not working

Closes #803
This commit is contained in:
Chrissi2812
2020-09-11 15:33:43 +02:00
parent 0c569cb198
commit 595929db69

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 }) {