move listener

pull/3311/head
filip mertens 2 years ago committed by Aniket
parent d1660bb459
commit 2093682cad
  1. 4
      libs/remix-core-plugin/src/lib/compiler-content-imports.ts

@ -44,6 +44,10 @@ export class CompilerImports extends Plugin {
return {}
}
})
}
onActivation(): void {
this.on('filePanel', 'setWorkspace', () => this.urlResolver.clearCache())
}

Loading…
Cancel
Save