readd switchfile

pull/1/head
yann300 7 years ago
parent bedab6c68f
commit c86dadc8e7
  1. 2
      src/app.js

@ -519,6 +519,8 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
filesProviders['browser'].get(previouslyOpenedFile, (error, content) => {
if (!error && content) fileManager.switchFile(previouslyOpenedFile)
})
} else {
fileManager.switchFile()
}
// ----------------- Renderer -----------------

Loading…
Cancel
Save