mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-12-14 18:49:02 +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 }) {
|
commands({ type }) {
|
||||||
return () => toggleWrap(type, schema.nodes.paragraph)
|
return () => toggleWrap(type)
|
||||||
}
|
}
|
||||||
|
|
||||||
keys({ type }) {
|
keys({ type }) {
|
||||||
|
Loading…
Reference in New Issue
Block a user