@@ -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 }) {
|
||||||
|
|||||||
Reference in New Issue
Block a user