Show More
@@ -288,6 +288,7 var IPython = (function (IPython) { | |||||
288 | * @method focus_editor |
|
288 | * @method focus_editor | |
289 | */ |
|
289 | */ | |
290 | Cell.prototype.focus_editor = function () { |
|
290 | Cell.prototype.focus_editor = function () { | |
|
291 | this.refresh(); | |||
291 | this.code_mirror.focus(); |
|
292 | this.code_mirror.focus(); | |
292 | }; |
|
293 | }; | |
293 |
|
294 |
General Comments 0
You need to be logged in to leave comments.
Login now