Skip to content
Snippets Groups Projects
Commit 7714d226 authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms
Browse files

fix error/typo, re #2429

parent 5c78fc76
No related branches found
No related tags found
No related merge requests found
...@@ -210,7 +210,7 @@ const OER = { ...@@ -210,7 +210,7 @@ const OER = {
} }
document.addEventListener('click', (event) => { document.addEventListener('click', (event) => {
if (event.closest('.searchform') === null) { if (event.target.closest('.searchform') === null) {
this.hideFilterPanel(); this.hideFilterPanel();
} }
}) })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment