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