Select new cell if deleting only cell

Thomas Kluyver 11 years ago
parent f316e121cf
commit 474b124007

@ -943,6 +943,7 @@ define(function (require) {
// Always make sure we have at least one cell.
if (new_ncells === 0) {
this.insert_cell_below('code');
new_ncells = 1;
}
this.undelete_below = false;

Loading…
Cancel
Save