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 7fec56e commit 17ea371Copy full SHA for 17ea371
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