From 0826faeaab76dcc7486651fc475bdfef11257fa2 Mon Sep 17 00:00:00 2001 From: Aaron Munger Date: Thu, 12 Oct 2023 15:45:48 -0700 Subject: [PATCH] extra newlines --- .../workbench/contrib/notebook/browser/view/notebookCellList.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/vs/workbench/contrib/notebook/browser/view/notebookCellList.ts b/src/vs/workbench/contrib/notebook/browser/view/notebookCellList.ts index 092a69d9d04..899fd08baa0 100644 --- a/src/vs/workbench/contrib/notebook/browser/view/notebookCellList.ts +++ b/src/vs/workbench/contrib/notebook/browser/view/notebookCellList.ts @@ -1177,8 +1177,6 @@ export class NotebookCellList extends WorkbenchList 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) {