Skip to content

Commit

Permalink
self review
Browse files Browse the repository at this point in the history
  • Loading branch information
mzanoni committed Sep 1, 2022
1 parent d3ca2e2 commit c8c3bd7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions samples/UmbracoV9/client/src/components/SuggestiveSearch.vue
Original file line number Diff line number Diff line change
Expand Up @@ -106,12 +106,12 @@ function createDebounce () {
}
function leaveSearch () {
// setTimeout(() => {
// term.value = ''
// result.value = null
// predictions.value = null
// document.getElementById('search-input')?.classList.toggle('active')
// }, 200)
setTimeout(() => {
term.value = ''
result.value = null
predictions.value = null
document.getElementById('search-input')?.classList.toggle('active')
}, 200)
}
function enterSearch () {
Expand Down

0 comments on commit c8c3bd7

Please sign in to comment.