pull/1/head
Grandschtroumpf 6 years ago
parent c787981444
commit cdfc9b8aa4
  1. 2
      src/remixAppManager.js

@ -20,7 +20,7 @@ export class RemixAppManager extends AppManagerApi {
}
setActive (name, isActive) {
const entity = this.getOne(name)
const entity = this.getEntity(name)
// temp
if (entity && name === 'solidity') {
isActive ? this.data.proxy.register(entity.api) : this.data.proxy.unregister(entity.api)

Loading…
Cancel
Save