client: collapse search on click outside

This commit is contained in:
geoffrey45
2021-12-31 12:53:10 +03:00
parent 61e7ff7188
commit d74aee0c46
3 changed files with 21 additions and 12 deletions
-1
View File
@@ -104,7 +104,6 @@ setTimeout(() => {
});
localStorage.setItem("current", JSON.stringify(new_current));
// localStorage.setItem("prev", JSON.stringify(old_current));
});
}, 1000);