We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34afa85 commit 3c943e8Copy full SHA for 3c943e8
assets/js/autocomplete/autocomplete-list.js
@@ -147,7 +147,7 @@ export function togglePreview () {
147
export function hidePreview () {
148
state.previewOpen = false
149
const suggestionList = qs(AUTOCOMPLETE_SUGGESTION_LIST_SELECTOR)
150
- if(suggestionList) { suggestionList.classList.remove('previewing') }
+ if (suggestionList) { suggestionList.classList.remove('previewing') }
151
removePreview()
152
}
153
0 commit comments