Re-added removed refresh

Jonathan Frederic 12 years ago
parent 3bcee30e8c
commit c41fe67da2

@ -288,6 +288,7 @@ var IPython = (function (IPython) {
* @method focus_editor
*/
Cell.prototype.focus_editor = function () {
this.refresh();
this.code_mirror.focus();
};

Loading…
Cancel
Save