We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2a600 commit b4c1c67Copy full SHA for b4c1c67
1 file changed
src/vs/workbench/contrib/notebook/browser/viewModel/notebookViewModel.ts
@@ -854,7 +854,7 @@ export class NotebookViewModel extends Disposable implements EditorFoldingStateD
854
855
this.selectionHandles = endSelections;
856
857
- return { cell: above, deletedCells: [above] };
+ return { cell: above, deletedCells: [cell] };
858
} else {
859
const below = this.viewCells[index + 1] as CellViewModel;
860
if (constraint && below.cellKind !== constraint) {
0 commit comments