Commit 57a8bb4e authored by yann300's avatar yann300

remove autoactivation of udapp

parent ee5c9a7f
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -56,8 +56,8 @@ ...@@ -56,8 +56,8 @@
"npm-run-all": "^4.0.2", "npm-run-all": "^4.0.2",
"onchange": "^3.2.1", "onchange": "^3.2.1",
"remix-analyzer": "0.5.0", "remix-analyzer": "0.5.0",
"remix-debug": "0.4.1", "remix-debug": "0.4.0",
"remix-lib": "^0.4.26", "remix-lib": "^0.4.25",
"remix-simulator": "0.1.9-beta.3", "remix-simulator": "0.1.9-beta.3",
"remix-solidity": "0.3.28", "remix-solidity": "0.3.28",
"remix-tabs": "1.0.48", "remix-tabs": "1.0.48",
......
...@@ -55,7 +55,7 @@ class DebuggerTab extends ViewPlugin { ...@@ -55,7 +55,7 @@ class DebuggerTab extends ViewPlugin {
this.blockchain, this.blockchain,
adddress => this.call('fetchAndCompile', 'resolve', adddress, '.debug', this.blockchain.web3())) adddress => this.call('fetchAndCompile', 'resolve', adddress, '.debug', this.blockchain.web3()))
this.call('manager', 'activatePlugin', 'udapp') // this.call('manager', 'activatePlugin', 'udapp')
return this.el return this.el
} }
......
...@@ -15,7 +15,7 @@ export function isNative (name) { ...@@ -15,7 +15,7 @@ export function isNative (name) {
} }
export function canActivate (name) { export function canActivate (name) {
return ['manager', 'debugger'].includes(name) return ['manager'].includes(name)
} }
export class RemixAppManager extends PluginManager { export class RemixAppManager extends PluginManager {
......
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