Skip to content

Commit 84fd11b

Browse files
committed
remove unused keyboardShortcuts option in search script [skip ci]
1 parent 23a43dd commit 84fd11b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/vendor/docsearch.bundle.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
apiKey: config.apiKey,
2525
indexName: config.indexName,
2626
inputSelector: '#' + searchField.id + ' .query',
27-
autocompleteOptions: { autoselect: false, debug: true, hint: false, keyboardShortcuts: [], minLength: 2 },
27+
autocompleteOptions: { autoselect: false, debug: true, hint: false, minLength: 2 },
2828
algoliaOptions: baseAlgoliaOptions,
2929
transformData: protectHitOrder,
3030
queryHook:

0 commit comments

Comments
 (0)