rdesktop2
filip mertens 1 year ago
parent 867b9775c0
commit 57ef21ab94
  1. 2
      apps/remix-ide/src/app/plugins/parser/code-parser.tsx

@ -130,11 +130,9 @@ export class CodeParser extends Plugin {
})
this.on('fileManager', 'fileAdded', async () => {
console.log('fileAdded')
await this.importService.setFileTree()
})
this.on('fileManager', 'fileRemoved', async () => {
console.log('fileRemoved')
await this.importService.setFileTree()
})

Loading…
Cancel
Save