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 ab364a5 commit 2a6a2b6Copy full SHA for 2a6a2b6
src/js/vendor/docsearch.bundle.js
@@ -88,6 +88,7 @@
88
this.$input.focus()
89
this.$input.val(this.getVal())
90
} else if (window.sessionStorage.getItem('docs:restore-search-on-back') === 'true') {
91
+ if (!window.matchMedia('(min-width: 1024px)').matches) document.querySelector('.navbar-burger').click()
92
restoreSearch.call(this)
93
}
94
0 commit comments