We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 951f40d commit 160c5f9Copy full SHA for 160c5f9
js/controllers/sideMenuController.js
@@ -149,9 +149,9 @@
149
this._rightShowing = false;
150
151
// Push the z-index of the right menu down
152
- this.right && this.right.pushDown();
+ this.right && this.right.pushDown && this.right.pushDown();
153
// Bring the z-index of the left menu up
154
- this.left && this.left.bringUp();
+ this.left && this.left.bringUp && this.left.bringUp();
155
} else {
156
this._rightShowing = true;
157
this._leftShowing = false;
0 commit comments