This commit is contained in:
isidor
2016-06-28 10:25:51 +02:00
parent 1bfabb1804
commit ef99c39a2b
+1 -1
View File
@@ -60,7 +60,7 @@ export class RowCache<T> implements IDisposable {
* scrolling).
*/
release(row: IRow): void {
if (!row.domNode) {
if (!row) {
return;
}