remove unreachable code

pull/2483/head
Aniket-Engg 2 years ago
parent 2d416497f4
commit 3cbae1dcad
  1. 4
      apps/remix-ide/src/app/editor/editor.js

@ -165,10 +165,6 @@ class Editor extends Plugin {
} }
} }
} }
if (name !== this.currentFile) {
this.currentFile = name
this.renderComponent()
}
}) })
this.on('fileManager', 'noFileSelected', async () => { this.on('fileManager', 'noFileSelected', async () => {

Loading…
Cancel
Save