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. 10
      apps/remix-ide/src/app/plugins/parser/code-parser.tsx

@ -134,16 +134,6 @@ export class CodeParser extends Plugin {
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')

Loading…
Cancel
Save