mirror of
https://github.com/FossifyOrg/File-Manager.git
synced 2026-04-02 13:51:27 -04:00
The extension property EditText.value trims leading/trailing whitespace, so using it to calculate the locations of the search matches produces incorrect indices if the file has leading whitespace. (This affects the cursor position when going to the next/prev match. It does not affect the highlighting of matches.)