Show More
@@ -392,6 +392,7 var IPython = (function (IPython) { | |||||
392 | var target_cell = this.cells()[i+1]; |
|
392 | var target_cell = this.cells()[i+1]; | |
393 | target_cell.set_code(source_cell.get_source()); |
|
393 | target_cell.set_code(source_cell.get_source()); | |
394 | source_element.remove(); |
|
394 | source_element.remove(); | |
|
395 | target_cell.select(); | |||
395 | }; |
|
396 | }; | |
396 | this.dirty = true; |
|
397 | this.dirty = true; | |
397 | }; |
|
398 | }; |
General Comments 0
You need to be logged in to leave comments.
Login now