revert change

pull/3710/head
bunsenstraat 2 years ago
parent 4605b40dea
commit 7cefeb55e3
  1. 4
      apps/remix-ide/src/remixAppManager.js

@ -179,9 +179,7 @@ export class RemixAppManager extends PluginManager {
return plugins.map(plugin => {
if (plugin.name === testPluginName) plugin.url = testPluginUrl
let iframePlugin = new IframePlugin(plugin)
console.log('registering plugin', iframePlugin.disconnect)
return iframePlugin
return new IframePlugin(plugin)
})
}

Loading…
Cancel
Save