Commit 454778e4 authored by yann300's avatar yann300

fix solidity name check

parent bff9fbc7
...@@ -33,7 +33,7 @@ export class RemixAppManager extends AppManagerApi { ...@@ -33,7 +33,7 @@ export class RemixAppManager extends AppManagerApi {
// either using `location` in json profile or using the optionnal api in the `Plugin` class // either using `location` in json profile or using the optionnal api in the `Plugin` class
// temp // temp
if (entity && name === 'SolidityCompile') { if (entity && name === 'solidity') {
isActive ? this.data.proxy.register(entity.api) : this.data.proxy.unregister(entity.api) isActive ? this.data.proxy.register(entity.api) : this.data.proxy.unregister(entity.api)
} }
isActive ? this.store.activate(name) : this.store.deactivate(name) isActive ? this.store.activate(name) : this.store.deactivate(name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment