pull/4761/head
yann300 7 months ago committed by Aniket
parent 0b636fe918
commit b2b3b93d85
  1. 4
      apps/remix-ide/src/blockchain/blockchain.tsx

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

Loading…
Cancel
Save