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.
2 parents 2ab60c6 + 17ea371 commit 4c1e821Copy full SHA for 4c1e821
src/scaffolding/index.js
@@ -312,7 +312,6 @@ class Scaffolding extends EventTarget {
312
this.vm.on('PROJECT_RUN_STOP', () => this.dispatchEvent(new Event('PROJECT_RUN_STOP')));
313
this.vm.runtime.stageWidth = this.width;
314
this.vm.runtime.stageHeight = this.height;
315
- this.vm.extensionManager.workerMode = 'iframe';
316
317
this.cloudManager = new Cloud.CloudManager(this);
318
0 commit comments