fix wrong rebase

pull/2470/head
yann300 2 years ago
parent 2c41ea0291
commit 0705e19ced
  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