mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Fixed #293
This commit is contained in:
@@ -161,9 +161,9 @@
|
||||
this._leftShowing = false;
|
||||
|
||||
// Bring the z-index of the right menu up
|
||||
this.right && this.right.bringUp();
|
||||
this.right && this.right.bringUp && this.right.bringUp();
|
||||
// Push the z-index of the left menu down
|
||||
this.left && this.left.pushDown();
|
||||
this.left && this.left.pushDown && this.left.pushDown();
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user