mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(toast): toast will now be enabled (#6904)
This commit is contained in:
committed by
Dan Bucholtz
parent
efa0c7b8f7
commit
c068828297
@@ -195,6 +195,7 @@ class ToastCmp implements AfterViewInit {
|
||||
this.dismiss('backdrop');
|
||||
}, this.d.duration);
|
||||
}
|
||||
this.enabled = true;
|
||||
}
|
||||
|
||||
ionViewDidEnter() {
|
||||
@@ -208,7 +209,6 @@ class ToastCmp implements AfterViewInit {
|
||||
if (focusableEle) {
|
||||
focusableEle.focus();
|
||||
}
|
||||
this.enabled = true;
|
||||
}
|
||||
|
||||
cbClick() {
|
||||
|
||||
Reference in New Issue
Block a user