extra newlines

This commit is contained in:
Aaron Munger
2023-10-16 12:59:03 -07:00
committed by Aaron Munger
parent 955e9736ef
commit 0826faeaab
@@ -1177,8 +1177,6 @@ export class NotebookCellList extends WorkbenchList<CellViewModel> implements ID
return elementBottom < this.scrollTop;
}
updateElementHeight2(element: ICellViewModel, size: number, anchorElementIndex: number | null = null): void {
const index = this._getViewIndexUpperBound(element);
if (index === undefined || index < 0 || index >= this.length) {