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 1a2acea commit 3fa284fCopy full SHA for 3fa284f
src/js/vendor/docsearch.bundle.js
@@ -124,9 +124,7 @@
124
125
function onSuggestionMouseDown (e) {
126
var dropdown = this
127
- var suggestion = dropdown
128
- ._getSuggestions()
129
- .filter('#' + e.currentTarget.id)
+ var suggestion = dropdown._getSuggestions().filter('#' + e.currentTarget.id)
130
if (suggestion.attr('id') === dropdown._getCursor().attr('id')) return
131
dropdown._removeCursor()
132
setTimeout(function () {
0 commit comments