You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a bug in EpubNavigator.ts in syncLocation where it calls nearestPositions.first.copyWithLocations. On startup there are cases where the object 'nearestPositions.first' exists but it has not had copyWithLocations added to it yet.
I submitted a draft PR that addresses this issue #108
You may want to deal with the issue in a different way but this should at least help demonstrate it.
The text was updated successfully, but these errors were encountered:
There is a bug in EpubNavigator.ts in syncLocation where it calls
nearestPositions.first.copyWithLocations
. On startup there are cases where the object 'nearestPositions.first' exists but it has not hadcopyWithLocations
added to it yet.I submitted a draft PR that addresses this issue
#108
You may want to deal with the issue in a different way but this should at least help demonstrate it.
The text was updated successfully, but these errors were encountered: