mirror of https://github.com/Kylart/KawAnime.git
Minor correct, forgot to hide news and season windows on research
This commit is contained in:
parent
d1ed9878f5
commit
eae1cc5aac
|
@ -497,6 +497,8 @@ searchButton.addEventListener('keydown', (key) => {
|
|||
if (searchButton.value.length > 3)
|
||||
{
|
||||
releases.show = false
|
||||
news.show = false
|
||||
season.show = false
|
||||
loader.show = true
|
||||
makeResearchOnMal(searchButton.value.toString())
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue