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 e907310 commit 7bb795eCopy full SHA for 7bb795e
docs/_templates/page.html
@@ -20,6 +20,9 @@
20
}
21
});
22
if (navigator.platform.indexOf('Mac') === -1) $('#search-shortcut-sidebar').html("^K"); // if OS isn't Mac change Visual indication of search field
23
+ $('#search-input').focus(() => {
24
+ $('#search-shortcut-sidebar').hide();
25
+ });
26
</script>
27
28
{% endblock %}
0 commit comments