fix blockquote command
This commit is contained in:
@@ -21,7 +21,7 @@ export default class BlockquoteNode extends Node {
|
|||||||
}
|
}
|
||||||
|
|
||||||
command({ type }) {
|
command({ type }) {
|
||||||
return setBlockType(type)
|
return wrapIn(type)
|
||||||
}
|
}
|
||||||
|
|
||||||
keys({ type }) {
|
keys({ type }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user