Skip to content

Commit

Permalink
fix: make new current package active on reload
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreDemailly committed Dec 7, 2024
1 parent b9d5a4c commit 09693d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions public/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ document.addEventListener("DOMContentLoaded", async() => {
}
});
searchview.reset();
await init();
}
else if (data.status === "SCAN") {
searchview.onScan(data.pkg);
Expand Down

0 comments on commit 09693d7

Please sign in to comment.