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

@ -197,6 +197,7 @@ export class Loading implements ComponentInterface, OverlayInterface {
class={{
...getClassMap(this.cssClass),
[mode]: true,
'overlay-hidden': true,
'loading-translucent': this.translucent
}}
>