Skip to content

Commit b16b467

Browse files
committed
Clean up for #101326
1 parent 43a1026 commit b16b467

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/vs/workbench/contrib/notebook/browser/view/renderers/cellRenderer.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -666,9 +666,7 @@ export class CellDragAndDropController extends Disposable {
666666
}
667667

668668
private async moveCell(draggedCell: ICellViewModel, ontoCell: ICellViewModel, direction: 'above' | 'below') {
669-
const editState = draggedCell.editState;
670669
await this.notebookEditor.moveCell(draggedCell, ontoCell, direction);
671-
this.notebookEditor.focusNotebookCell(draggedCell, editState === CellEditState.Editing ? 'editor' : 'container');
672670
}
673671

674672
private copyCell(draggedCell: ICellViewModel, ontoCell: ICellViewModel, direction: 'above' | 'below') {

0 commit comments

Comments
 (0)