Commit c86dadc8 authored by yann300's avatar yann300

readd switchfile

parent bedab6c6
......@@ -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 -----------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment