mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 09:19:56 -05:00
Feat: Backtracing + NavPage Store
This commit is contained in:
@@ -115,7 +115,7 @@
|
||||
function openManga() {
|
||||
if (!record.manga) return;
|
||||
setActiveManga(record.manga as any);
|
||||
setNavPage("library");
|
||||
setNavPage(store.navPage);
|
||||
onClose();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user