mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-29 09:09:03 +01:00
extra newlines
This commit is contained in:
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) {
|
||||
|
||||
Reference in New Issue
Block a user