Allow drawer to close on mobile:

Signed-off-by: James Ketrenos <james_git@ketrenos.com>
This commit is contained in:
James Ketr 2018-09-09 21:11:58 -07:00
parent 0cf0ae2ce1
commit 0aa5362069

View File

@ -309,8 +309,10 @@
} else {
this.$.searchBox.open();
this.$.albumLayout.forceNarrow = false;
if (window.innerWidth >= 800) {
this.$.searchBox.persistent = true;
}
}
},
listeners: {