fix(theme-shared):fix #2107,when use Esc key to close modal ,should trigger destroy to avoid raise an error

pull/2141/head
yinchang 6 years ago
parent f08d1c3aa5
commit f89bbd948e

@ -44,6 +44,7 @@ export class ModalComponent implements OnDestroy {
} else {
this.renderer.removeClass(document.body, 'modal-open');
this.disappear.emit();
this.destroy$.next();
}
}

Loading…
Cancel
Save