fix(overlays): declarative modals now work properly with the hardware back button (#24165)

This commit is contained in:
Liam DeBeasi
2021-11-05 10:04:13 -04:00
committed by GitHub
parent 5bd905d5e9
commit b3759aed5b
9 changed files with 235 additions and 6 deletions

View File

@ -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}