Skip to content

Commit 3c943e8

Browse files
committed
mix fix
1 parent 34afa85 commit 3c943e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/js/autocomplete/autocomplete-list.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export function togglePreview () {
147147
export function hidePreview () {
148148
state.previewOpen = false
149149
const suggestionList = qs(AUTOCOMPLETE_SUGGESTION_LIST_SELECTOR)
150-
if(suggestionList) { suggestionList.classList.remove('previewing') }
150+
if (suggestionList) { suggestionList.classList.remove('previewing') }
151151
removePreview()
152152
}
153153

0 commit comments

Comments
 (0)