Skip to content

Commit 314464d

Browse files
committed
Fix algolia's autocomplete left on debug mode and not auto-closing
1 parent e9794f9 commit 314464d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/_includes/layouts/common-js.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
}
119119
120120
autocomplete({
121-
debug: true,
121+
debug: false,
122122
container: '#algolia-search',
123123
placeholder,
124124
getSources({query}) {

0 commit comments

Comments
 (0)