editor.setComponents(html) not load JS scripts each time #3701
NoumanAhmad-Braqsol
started this conversation in
General
Replies: 1 comment
-
Can you create a reproducible demo? |
Beta Was this translation helpful? Give feedback.
0 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.
-
hi @artf , Thanks in advance . I am using
editor.setComponents(content);
Here i am passing the
content
having html with external CSS and external JS script tagWhen i load the page first time and use editor.setComponents(content) it works fine and load all CSS and JS scripts .
Now if i call it again and pass the same content this time only html and CSS work . it does not load any external JS script.
if i refresh the page and call again it will again work fine . Can you please explain this behavior and the solution.
Beta Was this translation helpful? Give feedback.
All reactions