Skip to content

Commit 7444d6e

Browse files
committed
make sure dropdown is open when requery is called in search script
1 parent f1bbd9a commit 7444d6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/js/vendor/docsearch.bundle.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@
208208
query === undefined ? (query = this.input.getInputValue()) : this.input.setInputValue(query, true)
209209
this.input.setQuery(query)
210210
this.dropdown.update(query)
211+
this.dropdown.open()
211212
}
212213

213214
// preserves the original order of results by qualifying unique occurrences of the same lvl0 and lvl1 values

0 commit comments

Comments
 (0)