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