Hide overlay on page/scroll change
This commit is contained in:
@@ -150,7 +150,7 @@ export const AppRoutes = {
|
||||
path: '/tracker/login/oauth',
|
||||
},
|
||||
reader: {
|
||||
match: '/manga/:mangaId/chapter/:chapterIndex',
|
||||
match: '/manga/:mangaId/chapter/:chapterIndex/*',
|
||||
path: (mangaId: MangaIdInfo['id'], chapterIndex: ChapterSourceOrderInfo['sourceOrder']) =>
|
||||
`/manga/${mangaId}/chapter/${chapterIndex}`,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user