Skip to content

Commit 17ea371

Browse files
committed
Revert "Use workerMode = 'iframe'"
This reverts commit c55504c.
1 parent 7fec56e commit 17ea371

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/scaffolding/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ class Scaffolding extends EventTarget {
312312
this.vm.on('PROJECT_RUN_STOP', () => this.dispatchEvent(new Event('PROJECT_RUN_STOP')));
313313
this.vm.runtime.stageWidth = this.width;
314314
this.vm.runtime.stageHeight = this.height;
315-
this.vm.extensionManager.workerMode = 'iframe';
316315

317316
this.cloudManager = new Cloud.CloudManager(this);
318317

0 commit comments

Comments
 (0)