mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-21 09:35:38 -05:00
Fire model view close event when destroyed (#1427)
This commit is contained in:
@@ -54,6 +54,11 @@ export class ModelViewContent extends ViewBase implements OnInit, IModelView {
|
||||
}));
|
||||
}
|
||||
|
||||
ngOnDestroy() {
|
||||
this._onDestroy.fire();
|
||||
super.ngOnDestroy();
|
||||
}
|
||||
|
||||
public layout(): void {
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user