mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-18 17:39:47 +01:00
fixes #8110
This commit is contained in:
@@ -60,7 +60,7 @@ export class RowCache<T> implements IDisposable {
|
||||
* scrolling).
|
||||
*/
|
||||
release(row: IRow): void {
|
||||
if (!row.domNode) {
|
||||
if (!row) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user