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 67875c1 commit b17090dCopy full SHA for b17090d
src/js/vendor/docsearch.bundle.js
@@ -151,7 +151,7 @@
151
function onSuggestionMouseDown (e) {
152
var dropdown = this
153
var suggestion = dropdown._getSuggestions().filter('#' + e.currentTarget.id)
154
- if (suggestion.attr('id') === dropdown._getCursor().attr('id')) return
+ if (suggestion[0] === dropdown._getCursor()[0]) return
155
dropdown._removeCursor()
156
setTimeout(function () {
157
dropdown._setCursor(suggestion, false)
0 commit comments