diff --git a/apps/solidity-compiler/src/app/compiler-api.ts b/apps/solidity-compiler/src/app/compiler-api.ts index 3065af630a..d877a1c9bf 100644 --- a/apps/solidity-compiler/src/app/compiler-api.ts +++ b/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)