We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Jump to the first page of an unread chapter
Jump to the second page of an unread chapter
src/components/manga/ChapterCard.tsx function sendChange(key: string, value: any) line 71 -> formData.append('lastPageRead', '1'); fix -> formData.append('lastPageRead', '0');
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Device information
Steps to reproduce
Expected behavior
Jump to the first page of an unread chapter
Actual behavior
Jump to the second page of an unread chapter
Other details
src/components/manga/ChapterCard.tsx
function sendChange(key: string, value: any)
line 71 -> formData.append('lastPageRead', '1');
fix -> formData.append('lastPageRead', '0');
The text was updated successfully, but these errors were encountered: