mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 23:58:13 +08:00
fix(toast): toast is now correctly excluded from focus trapping (#24816)
resolves #24733
This commit is contained in:
@ -140,9 +140,7 @@ export class Toast implements ComponentInterface, OverlayInterface {
|
||||
@Event({ eventName: 'ionToastDidDismiss' }) didDismiss!: EventEmitter<OverlayEventDetail>;
|
||||
|
||||
connectedCallback() {
|
||||
prepareOverlay(this.el, {
|
||||
trapKeyboardFocus: false
|
||||
});
|
||||
prepareOverlay(this.el);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user