Feat: Backtracing + NavPage Store

This commit is contained in:
Youwes09
2026-05-10 04:31:27 -05:00
parent f05f781b5b
commit 244447da9b
11 changed files with 88 additions and 29 deletions
@@ -115,7 +115,7 @@
function openManga() {
if (!record.manga) return;
setActiveManga(record.manga as any);
setNavPage("library");
setNavPage(store.navPage);
onClose();
}