emit event loading

pull/5370/head
filip mertens 2 years ago
parent 757307b441
commit eeabe2e08c
  1. 1
      apps/solidity-compiler/src/app/compiler-api.ts

@ -219,6 +219,7 @@ export const CompilerApiMixin = (Base) => class extends Base {
this.data.loading = true
this.data.loadingUrl = url
this.statusChanged({ key: 'loading', title: 'loading compiler...', type: 'info' })
this.emit('loadingCompiler', url)
}
this.compiler.event.register('loadingCompiler', this.data.eventHandlers.onLoadingCompiler)

Loading…
Cancel
Save