-
|
Hello @artf, How can we add loader in storage_manager while loading html from api ? editor.on('storage:end:load', () => {
document.querySelector('#editor-loader').classList.add('hide');
});This kinda works! html is rendered but becomes inactive for more than 4-5 secs. |
Beta Was this translation helpful? Give feedback.
Answered by
artf
Jul 31, 2021
Replies: 1 comment 1 reply
-
|
Do it on |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
artf
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do it on
load, which is triggered after the storage load and when the canvas is ready to be interactive