Update code-parser.tsx

pull/5370/head
bunsenstraat 2 years ago committed by GitHub
parent 25889b8252
commit a5e89d42a3
  1. 14
      apps/remix-ide/src/app/plugins/parser/code-parser.tsx

@ -133,17 +133,7 @@ export class CodeParser extends Plugin {
this.on('fileManager', 'fileRemoved', async () => {
await this.importService.setFileTree()
})
this.on('fileManager', 'fileAdded', async () => {
await this.importService.setFileTree()
})
this.on('fileManager', 'fileRemoved', async () => {
await this.importService.setFileTree()
})
this.on('fileManager', 'currentFileChanged', async () => {
await this.call('editor', 'discardLineTexts')
const completionSettings = await this.call('config', 'getAppParameter', 'auto-completion')
@ -672,4 +662,4 @@ export class CodeParser extends Plugin {
}
}

Loading…
Cancel
Save