fix wrong rebase

pull/5370/head
yann300 3 years ago
parent 45d9396664
commit 676c257a58
  1. 4
      apps/remix-ide/src/app/editor/editor.js

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

Loading…
Cancel
Save