bksubhuti / tipitaka-pali-reader

A Pali Reading app made in Flutter
21 stars 5 forks source link

Dictionary should not search number as in leading number of sutta name. #153

Closed sontutmc closed 1 year ago

sontutmc commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior A clear and concise description of what you expected to happen.

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

bksubhuti commented 1 year ago

fixed.. added check.. if (_currentlookupWord.isNotEmpty) { _lookupDefinition(); }