Allow drawer to close on mobile:
Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
parent
0cf0ae2ce1
commit
0aa5362069
@ -309,8 +309,10 @@
|
|||||||
} else {
|
} else {
|
||||||
this.$.searchBox.open();
|
this.$.searchBox.open();
|
||||||
this.$.albumLayout.forceNarrow = false;
|
this.$.albumLayout.forceNarrow = false;
|
||||||
|
if (window.innerWidth >= 800) {
|
||||||
this.$.searchBox.persistent = true;
|
this.$.searchBox.persistent = true;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
listeners: {
|
listeners: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user