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