Theme: enable autofocus of #q only on the index page and when the width > 50em

Related to #1270
dependabot/pip/master/sphinx-6.1.3
Alexandre FLAMENT 2 years ago
parent 96dc4369d5
commit fbad93e808

@ -86,7 +86,7 @@
qinput.addEventListener('focus', placeCursorAtEndOnce, false);
if (!isMobile) {
if (!isMobile && document.querySelector('.index_endpoint')) {
qinput.focus();
}
}

Loading…
Cancel
Save