mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-15 02:59:01 +08:00
Merge pull request #831 from Chrissi2812/issue-803
fix: blockquote unwrap not working
This commit is contained in:
commit
017aef5183
@ -20,8 +20,8 @@ export default class Blockquote extends Node {
|
||||
}
|
||||
}
|
||||
|
||||
commands({ type, schema }) {
|
||||
return () => toggleWrap(type, schema.nodes.paragraph)
|
||||
commands({ type }) {
|
||||
return () => toggleWrap(type)
|
||||
}
|
||||
|
||||
keys({ type }) {
|
||||
|
Loading…
Reference in New Issue
Block a user