marlon-sousa / EnhancedFindDialog

Enhanced find dialog addon for NVDA, implementing improvements such as search history, optional wraping and others
MIT License
5 stars 6 forks source link

Fix search previous functionality not working properly when the text field was empty #20

Closed thgcode closed 1 year ago

thgcode commented 1 year ago

Fix search previous functionality not working properly when the text field was empty.

Also fix reverse search with search wrap searching forward if the text field is empty.

Fixes issue #19.