We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56fa2a commit 2c23ebaCopy full SHA for 2c23eba
htmlpreview.js
@@ -55,6 +55,7 @@
55
for (i = 0; i < res.length; ++i) {
56
loadJS(res[i]);
57
}
58
+ document.dispatchEvent(new Event('DOMContentLoaded', {bubbles: true, cancelable: true})); //Dispatch DOMContentLoaded event after loading all scripts
59
});
60
};
61
0 commit comments