Prevent sl-hide from being emitted twice

pull/481/head
Cory LaViska 2020-12-30 13:53:33 -05:00
rodzic d5ff10eca0
commit 8912cc1886
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -115,6 +115,7 @@ export class Alert {
}
clearTimeout(this.autoHideTimeout);
this.isVisible = false;
this.open = false;
}