Skip to content

Commit

Permalink
Resolve new cursor missing issue caused by previous 'Fix cursor missi…
Browse files Browse the repository at this point in the history
…ng issue' PR
  • Loading branch information
Jerrysmd authored Oct 15, 2023
1 parent 731cfc9 commit 25aa0f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/theme.js
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,7 @@ function initSearch () {
}
document.body.classList.add('blur')
header.classList.add('open')
searchInput.focus()
})
// Clear the search box when clicking on the clear button
searchClear.addEventListener('click', () => {
Expand Down

0 comments on commit 25aa0f5

Please sign in to comment.