Commit f2067299 authored by yann300's avatar yann300

rollback editor save behavior

parent c050976e
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -554,8 +554,6 @@ var run = function () { ...@@ -554,8 +554,6 @@ var run = function () {
compiler.event.register('compilationStarted', this, function () { compiler.event.register('compilationStarted', this, function () {
editor.clearAnnotations() editor.clearAnnotations()
var input = editor.getValue()
editor.setCacheFileContent(input)
}) })
function startdebugging (txHash) { function startdebugging (txHash) {
......
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