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 8f9c257 commit 580213fCopy full SHA for 580213f
src/js/vendor/docsearch.bundle.js
@@ -114,7 +114,7 @@
114
function toggleFilter (e) {
115
if ('restoring' in this.dropdown) return
116
window.localStorage.setItem(SEARCH_FILTER_ACTIVE_KEY, e.target.checked)
117
- isClosed(this) ? this.$input.focus() : requery.call(this)
+ isClosed(this) ? this.$input.focus() : (this.dropdown.datasets[0].page = 0) || requery.call(this)
118
}
119
120
function confineEvent (e) {
0 commit comments