mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 20:33:32 +08:00
fix(overlays): declarative modals now work properly with the hardware back button (#24165)
This commit is contained in:
@ -233,7 +233,7 @@ export class Picker implements ComponentInterface, OverlayInterface {
|
||||
|
||||
// Used internally for styling
|
||||
[`picker-${mode}`]: true,
|
||||
|
||||
'overlay-hidden': true,
|
||||
...getClassMap(this.cssClass)
|
||||
}}
|
||||
onIonBackdropTap={this.onBackdropTap}
|
||||
|
Reference in New Issue
Block a user