Re-added removed refresh

This commit is contained in:
Jonathan Frederic 2014-02-28 15:22:30 -08:00
parent 3bcee30e8c
commit c41fe67da2

View File

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