diff --git a/src/remixAppManager.js b/src/remixAppManager.js index 44f7f78b28..f2d3fea825 100644 --- a/src/remixAppManager.js +++ b/src/remixAppManager.js @@ -199,7 +199,7 @@ export class RemixAppManager extends PluginEngine { new IframePlugin(provable), new IframePlugin(threeBox), new IframePlugin(remixWorkshop), - new IframePlugin(debugPlugin), + new IframePlugin(debugPlugin) ] } }