mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Re-added removed refresh
This commit is contained in:
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…
Reference in New Issue
Block a user