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 877883e commit 9560d5aCopy full SHA for 9560d5a
pages/hud.js
@@ -134,6 +134,8 @@ const handlers = {
134
if (countElement == null) // Don't do anything if we're not in find mode.
135
return;
136
137
+ if (Utils.isFirefox())
138
+ document.getElementById("hud-find-input").focus()
139
const countText = matchCount > 0 ?
140
` (${matchCount} Match${matchCount === 1 ? "" : "es"})` : " (No matches)";
141
countElement.textContent = showMatchText ? countText : "";
0 commit comments