Show More
@@ -1350,7 +1350,7 var IPython = (function (IPython) { | |||||
1350 | cell.execute(); |
|
1350 | cell.execute(); | |
1351 |
|
1351 | |||
1352 | // If we are at the end always insert a new cell and return |
|
1352 | // If we are at the end always insert a new cell and return | |
1353 | if (cell_index === (this.ncells()-1)) { |
|
1353 | if (cell_index === (this.ncells()-1) && mode !== 'shift') { | |
1354 | this.insert_cell_below('code'); |
|
1354 | this.insert_cell_below('code'); | |
1355 | this.select(cell_index+1); |
|
1355 | this.select(cell_index+1); | |
1356 | this.edit_mode(); |
|
1356 | this.edit_mode(); |
General Comments 0
You need to be logged in to leave comments.
Login now