Skip to content
This repository was archived by the owner on Dec 14, 2023. It is now read-only.

Commit 8e57e68

Browse files
author
mattpass
committed
Reset results display if no find string
1 parent 133c155 commit 8e57e68

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

assets/js/icecoder.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2896,6 +2896,8 @@ var ICEcoder = {
28962896
// Considers selecting next on value input, according to user setting
28972897
ICEcoder.findReplace(get('find').value, true === ICEcoder.selectNextOnFindInput, false, false);
28982898
get("find").focus();
2899+
} else {
2900+
ICEcoder.findReplace(get('find').value, false, false, false);
28992901
}
29002902
},
29012903

0 commit comments

Comments
 (0)