We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb4d595 commit 3569bdaCopy full SHA for 3569bda
src/components/layout/QLayoutDrawer.js
@@ -403,11 +403,11 @@ export default {
403
this.layout.__animate()
404
this.applyPosition(0)
405
406
+ const otherSide = this.layout.instances[this.rightSide ? 'left' : 'right']
407
+ if (otherSide && otherSide.mobileOpened) {
408
+ otherSide.hide()
409
+ }
410
if (this.belowBreakpoint) {
- const otherSide = this.layout.instances[this.rightSide ? 'left' : 'right']
- if (otherSide && otherSide.mobileOpened) {
- otherSide.hide()
- }
411
this.mobileOpened = true
412
this.applyBackdrop(1)
413
}
0 commit comments