Show More
@@ -457,8 +457,7 b' var IPython = (function (IPython) {' | |||||
457 | if (this.is_valid_cell_index(index)) { |
|
457 | if (this.is_valid_cell_index(index)) { | |
458 | var sindex = this.get_selected_index(); |
|
458 | var sindex = this.get_selected_index(); | |
459 | if (sindex !== null && index !== sindex) { |
|
459 | if (sindex !== null && index !== sindex) { | |
460 |
|
|
460 | this.command_mode(); | |
461 | this.get_cell(sindex).command_mode(); |
|
|||
462 | this.get_cell(sindex).unselect(); |
|
461 | this.get_cell(sindex).unselect(); | |
463 | } |
|
462 | } | |
464 | var cell = this.get_cell(index); |
|
463 | var cell = this.get_cell(index); |
General Comments 0
You need to be logged in to leave comments.
Login now