Skip to content

Commit b4c1c67

Browse files
committed
1 parent dd2a600 commit b4c1c67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/workbench/contrib/notebook/browser/viewModel/notebookViewModel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -854,7 +854,7 @@ export class NotebookViewModel extends Disposable implements EditorFoldingStateD
854854

855855
this.selectionHandles = endSelections;
856856

857-
return { cell: above, deletedCells: [above] };
857+
return { cell: above, deletedCells: [cell] };
858858
} else {
859859
const below = this.viewCells[index + 1] as CellViewModel;
860860
if (constraint && below.cellKind !== constraint) {

0 commit comments

Comments
 (0)