Update code-parser.tsx

pull/2908/head
bunsenstraat 2 years ago committed by GitHub
parent c9143ffcc0
commit ac71936090
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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