Removed change that is no longer needed

This commit is contained in:
Jonathan Frederic 2014-02-26 11:40:59 -08:00
parent 70086d352f
commit 64ae25508d

View File

@ -457,8 +457,7 @@ var IPython = (function (IPython) {
if (this.is_valid_cell_index(index)) {
var sindex = this.get_selected_index();
if (sindex !== null && index !== sindex) {
// Put the cell in command mode and unselect it.
this.get_cell(sindex).command_mode();
this.command_mode();
this.get_cell(sindex).unselect();
}
var cell = this.get_cell(index);