mirror of
https://github.com/ueberdosis/tiptap.git
synced 2025-08-06 13:38:49 +08:00
fix blockquote command
This commit is contained in:
parent
fcc6441238
commit
12093446e4
@ -21,7 +21,7 @@ export default class BlockquoteNode extends Node {
|
||||
}
|
||||
|
||||
command({ type }) {
|
||||
return setBlockType(type)
|
||||
return wrapIn(type)
|
||||
}
|
||||
|
||||
keys({ type }) {
|
||||
|
Loading…
Reference in New Issue
Block a user