clear on workspace change

pull/2668/head
filip mertens 3 years ago
parent 528f53692c
commit ead34726c7
  1. 5
      apps/remix-ide/src/app/plugins/file-decorator.ts

@ -19,6 +19,11 @@ export class FileDecorator extends Plugin {
super(profile)
}
onActivation(): void {
this.on('filePanel', 'setWorkspace', async () => {
await this.clearAllFileDecorators()
})
}
/**
*

Loading…
Cancel
Save