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
commit 017aef5183
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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