Skip to content

Commit c068828

Browse files
jgw96danbucholtz
authored andcommitted
fix(toast): toast will now be enabled (#6904)
1 parent efa0c7b commit c068828

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/toast/toast.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,7 @@ class ToastCmp implements AfterViewInit {
195195
this.dismiss('backdrop');
196196
}, this.d.duration);
197197
}
198+
this.enabled = true;
198199
}
199200

200201
ionViewDidEnter() {
@@ -208,7 +209,6 @@ class ToastCmp implements AfterViewInit {
208209
if (focusableEle) {
209210
focusableEle.focus();
210211
}
211-
this.enabled = true;
212212
}
213213

214214
cbClick() {

0 commit comments

Comments
 (0)