pull/5370/head
yann300 10 months ago committed by Aniket
parent 87c11c237a
commit 24d5b591c0
  1. 4
      apps/remix-ide/src/blockchain/blockchain.tsx

@ -120,8 +120,8 @@ export class Blockchain extends Plugin {
onDeactivation() {
this.active = false
for (const plugin of this.registeredPluginEvents) {
this.off(plugin, 'chainChanged')
for (const pluginName of this.registeredPluginEvents) {
this.off(pluginName, 'chainChanged')
}
}

Loading…
Cancel
Save