mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-21 04:10:17 +08:00
Removed change that is no longer needed
This commit is contained in:
parent
70086d352f
commit
64ae25508d
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user