readd switchfile

pull/3094/head
yann300 7 years ago
parent c783b15357
commit 3c2332200c
  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