Skip to content

Commit 7546694

Browse files
committed
Fix find results not displayed after hitting enter
1 parent 95c39f4 commit 7546694

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/content/finder.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ const Finder = Module("finder", {
120120
this._processUserPattern(str);
121121
let result = fastFind.find(str, this._linksOnly);
122122
window.gFindBar._findField.value = str;
123+
this._displayFindResult(result, this._backwards);
123124
} :
124125
// FIXME: remove when minVersion >= 25
125126
function (str) {

0 commit comments

Comments
 (0)