Skip to content

Commit

Permalink
mix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed Apr 10, 2024
1 parent 34afa85 commit 3c943e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/autocomplete/autocomplete-list.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export function togglePreview () {
export function hidePreview () {
state.previewOpen = false
const suggestionList = qs(AUTOCOMPLETE_SUGGESTION_LIST_SELECTOR)
if(suggestionList) { suggestionList.classList.remove('previewing') }
if (suggestionList) { suggestionList.classList.remove('previewing') }
removePreview()
}

Expand Down

0 comments on commit 3c943e8

Please sign in to comment.