bookreader
bookreader copied to clipboard
Typo in a constructor property
Description
In the file search-results.js which is inside src/BookNavigator/search/search-results.js there is a typo. In the IABookSearchResults class, there is a property named renderSearchAllFields in the constructor, but the correct property name is renderSearchAllFiles according to the static properties definition.
Evidence / Screenshot (if possible)
Expectation
Instead of:
this.renderSearchAllFields = false;
It should be:
this.renderSearchAllFiles = false;
hey, i have fixed this typo can i make a pr now
I think so this issue is already resolved