Fix selection of all buffer when clicking on "Solution"

This commit is contained in:
Samy Pessé
2014-04-02 19:00:50 -07:00
parent f3a49306b1
commit f24a7fbb6e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -32,6 +32,7 @@ define([
e.preventDefault();
editor.setValue(codeSolution);
editor.gotoLine(0);
});
};
+1 -1
View File
File diff suppressed because one or more lines are too long