Unverified Commit c3edd392 authored by yann300's avatar yann300 Committed by GitHub

Merge pull request #2945 from ethereum/yann300-patch-9

Allow plugin to activate each other
parents 22f275e8 6fb0b1f3
......@@ -29,7 +29,7 @@ export class RemixAppManager extends PluginManager {
}
async canActivate (from, to) {
return canActivate(from.name)
return true // canActivate(from.name)
}
async canDeactivate (from, to) {
......
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