Stop hiding the UI if the playlist is visible
This commit is contained in:
parent
06a5b7110e
commit
6588386571
@ -284,6 +284,9 @@ function setupHiding(body, mainstream) {
|
||||
var about = document.querySelector('#about')
|
||||
|
||||
function hide() {
|
||||
if(about.classList.contains('expand')) {
|
||||
return
|
||||
}
|
||||
if(!body.classList.contains(selector)) {
|
||||
body.classList.add(selector)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user