mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-25 01:25:36 -05:00
Fix activeCell nullref issue (#3689)
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user