mirror of
https://github.com/icecoder/ICEcoder.git
synced 2026-03-14 12:27:04 +01:00
Reset results display if no find string
This commit is contained in:
@@ -2896,6 +2896,8 @@ var ICEcoder = {
|
||||
// Considers selecting next on value input, according to user setting
|
||||
ICEcoder.findReplace(get('find').value, true === ICEcoder.selectNextOnFindInput, false, false);
|
||||
get("find").focus();
|
||||
} else {
|
||||
ICEcoder.findReplace(get('find').value, false, false, false);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user