icecoder / ICEcoder

Browser code editor awesomeness
http://icecoder.net
Other
1.41k stars 348 forks source link

Jumps to next result when going to a prev find value #987

Closed mattpass closed 2 years ago

mattpass commented 2 years ago

If your document contains "xyz", find "xyz", it selects 1st result, then add "a" to try to find "xyza", there are no results, then remove "a" it then selects the next xyz match not current.

It should stick with the previous selection not cycle to new.

mattpass commented 2 years ago

Fixed in https://github.com/icecoder/ICEcoder/commits/master