Rearrange done and cancel buttons and dispose dialogs correctly (#1420)

This commit is contained in:
Matt Irvine
2018-05-15 15:39:27 -07:00
committed by GitHub
parent 078f3a2b54
commit 1a9f72dfe0
3 changed files with 7 additions and 9 deletions

View File

@@ -55,6 +55,7 @@ export abstract class ComponentBase extends Disposable implements IComponent, On
if (this.modelStore) {
this.modelStore.unregisterComponent(this);
}
this.dispose();
}
ngOnDestroy(): void {