We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If Editer loader.js or any other files fails to load at the beginning, There is no way to reload the initiailization process.
Used the editor in some page in react.
When we navigate to this editor page when internet is offiline, it fails to load the loader.js files. and it displays the loading... placeholder.
Now, even if we turn on the internet and do the navigation to and from editor page, it is not trying to reload the scripts and files..
Only when we reload the entire page, which resets the react, editor loads again. Is there any work around for this ??
Same is with the different language related scripts. Assuming in one page, I have python.. Next page. I have java
If java related files fails to load for some reason, it never tries to load even if we re mount the editor component..
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If Editer loader.js or any other files fails to load at the beginning, There is no way to reload the initiailization process.
Used the editor in some page in react.
When we navigate to this editor page when internet is offiline, it fails to load the loader.js files. and it displays the loading... placeholder.
Now, even if we turn on the internet and do the navigation to and from editor page, it is not trying to reload the scripts and files..
Only when we reload the entire page, which resets the react, editor loads again. Is there any work around for this ??
Same is with the different language related scripts. Assuming in one page, I have python.. Next page. I have java
If java related files fails to load for some reason, it never tries to load even if we re mount the editor component..
The text was updated successfully, but these errors were encountered: