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 bc8bb16 commit bc0e177Copy full SHA for bc0e177
src/computes.js
@@ -167,10 +167,8 @@ export function computeJs(
167
shouldPreventInfiniteLoops,
168
infiniteLoopTimeout,
169
) {
170
- console.log('Is it recomputing?');
171
let code = `
172
window.addEventListener("load", function(event) {
173
- console.log("window loaded");
174
window.app = new window.zenuml.default('#mounting-point')
175
});
176
window.addEventListener('message', (e) => {
src/extension/script.js
@@ -1,5 +1,4 @@
1
window.addEventListener('load', function (event) {
2
- console.log('window loaded');
3
window.app = new window.zenuml.default('#mounting-point');
4
5
window.addEventListener(
0 commit comments