mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
improve css deactivate fallback
This commit is contained in:
@@ -162,7 +162,7 @@ export class OverlayRef {
|
||||
|
||||
animation.after.removeClass('show-overlay');
|
||||
ClickBlock(true, animation.duration() + 200);
|
||||
this.app.setTransitioning(true);
|
||||
this.app.setTransitioning(true, animation.duration() + 200);
|
||||
|
||||
animation.play().then(() => {
|
||||
instance.viewDidLeave && instance.viewDidLeave();
|
||||
|
||||
Reference in New Issue
Block a user