mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-10 00:27:41 +08:00
fix(overlays): declarative modals now work properly with the hardware back button (#24165)
This commit is contained in:
@ -252,6 +252,7 @@ export class ActionSheet implements ComponentInterface, OverlayInterface {
|
||||
[mode]: true,
|
||||
|
||||
...getClassMap(this.cssClass),
|
||||
'overlay-hidden': true,
|
||||
'action-sheet-translucent': this.translucent
|
||||
}}
|
||||
onIonActionSheetWillDismiss={this.dispatchCancelHandler}
|
||||
|
||||
Reference in New Issue
Block a user