script runner use saved link

pull/1650/head
yann300 3 years ago
parent 0339607e06
commit 7e8f3e5be1
  1. 1
      apps/remix-ide/src/remixAppManager.js

@ -132,7 +132,6 @@ export class RemixAppManager extends PluginManager {
}
}
return plugins.map(plugin => {
if (plugin.name === 'scriptRunner') plugin.url = 'https://script-runner.surge.sh'
return new IframePlugin(plugin)
// return new IframeReactPlugin(plugin)
})

Loading…
Cancel
Save