pull/5003/head
lianahus 4 months ago committed by Aniket
parent 1a7e002cc5
commit b86868802d
  1. 2
      apps/remix-ide/src/blockchain/blockchain.tsx

@ -531,7 +531,7 @@ export class Blockchain extends Plugin {
changeExecutionContext(context, confirmCb, infoCb, cb) {
if (context.context === 'item-another-chain') {
this.call('manager', 'activatePlugin', 'environmentExplorer').then(() => this.call('tabs', 'focus', 'environmentExplorer'))
} else {
} else {
return this.executionContext.executionContextChange(context, null, confirmCb, infoCb, cb)
}
}

Loading…
Cancel
Save