mirror of
https://github.com/ueberdosis/tiptap.git
synced 2024-11-29 16:48:54 +08:00
fix getHTML function
This commit is contained in:
parent
56b318ea38
commit
089de84ad2
@ -220,7 +220,7 @@ export default {
|
|||||||
},
|
},
|
||||||
|
|
||||||
getHTML() {
|
getHTML() {
|
||||||
return this.contentNode.elm.innerHTML
|
return this.view.dom.innerHTML
|
||||||
},
|
},
|
||||||
|
|
||||||
getJSON() {
|
getJSON() {
|
||||||
|
Loading…
Reference in New Issue
Block a user