mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-28 01:25:39 -05:00
Rearrange done and cancel buttons and dispose dialogs correctly (#1420)
This commit is contained in:
@@ -55,6 +55,7 @@ export abstract class ComponentBase extends Disposable implements IComponent, On
|
||||
if (this.modelStore) {
|
||||
this.modelStore.unregisterComponent(this);
|
||||
}
|
||||
this.dispose();
|
||||
}
|
||||
|
||||
ngOnDestroy(): void {
|
||||
|
||||
Reference in New Issue
Block a user