move listener

pull/5370/head
filip mertens 2 years ago committed by Aniket
parent 09fdd29c06
commit 0b610966aa
  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