Code cell gets focused after "To Code" is triggered.

Brian E. Granger 15 years ago
parent dcd25caf9a
commit bf8ba0889e

@ -392,6 +392,7 @@ var IPython = (function (IPython) {
var target_cell = this.cells()[i+1];
target_cell.set_code(source_cell.get_source());
source_element.remove();
target_cell.select();
};
this.dirty = true;
};

Loading…
Cancel
Save