_includes/section/home.html in word-games-theme-1.3.5 vs _includes/section/home.html in word-games-theme-1.3.6

- old
+ new

@@ -135,15 +135,15 @@ fillterWrapper.classList.remove('hide') }) - document.addEventListener('click', (event) => { - const withinBoundaries = event.composedPath().includes(advancedFilter) - if (!withinBoundaries) { - closeModal() - } - }) + // document.addEventListener('click', (event) => { + // const withinBoundaries = event.composedPath().includes(advancedFilter) + // if (!withinBoundaries) { + // closeModal() + // } + // }) function closeModal() { fillterWrapper.classList.remove('actives') fillterWrapper.classList.add('hide') } \ No newline at end of file