Fix activeCell nullref issue (#3689)

This commit is contained in:
Chris LaFreniere
2019-01-09 11:45:05 -08:00
committed by GitHub
parent 0285d8cd38
commit c96118d2b5

View File

@@ -171,7 +171,6 @@ export class NotebookComponent extends AngularDisposable implements OnInit, OnDe
if (this.model.activeCell) {
this.model.activeCell.active = false;
}
this.model.activeCell = null;
this._changeRef.detectChanges();
}