Skip to content

Commit

Permalink
Hide infobar when searching
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Mar 3, 2022
1 parent da59be1 commit c50090a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/application/src/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -423,6 +423,8 @@ const copyCode = (id) => {
* Search codes
*/
const search = () => {
document.querySelector(".infoBar").style.display = "none"

const search = document.querySelector("#search")
const input = search.value.toLowerCase()
let i = 0
Expand Down

0 comments on commit c50090a

Please sign in to comment.