fix blockquote command

This commit is contained in:
Philipp Kühn 2018-08-24 16:44:17 +02:00
parent fcc6441238
commit 12093446e4

View File

@ -21,7 +21,7 @@ export default class BlockquoteNode extends Node {
}
command({ type }) {
return setBlockType(type)
return wrapIn(type)
}
keys({ type }) {