editor.getHtml() not tracking changes #4770
Unanswered
srivatsan2607
asked this question in
Q&A
Replies: 1 comment 3 replies
-
You should change component itself in order to see updates in HTML code. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi @artf ,
I hope you are doing well.
I am making changes in the canvas directly by fetching the iframe and looping into the required element and changing certain things that are required.
When I try to get the HTML code with the editor.getHtml() function, it returns the HTML code untracked of the changes that I made directly in the frame document.
I think the editor is not tracking the current changes made to the document. Is there any possible way to explicitly track that change as well?
Same case while storing as well.
Thank you for your help in advance.
Beta Was this translation helpful? Give feedback.
All reactions