Implementation of storing input name in sessionStorage and Implementation of /vs/:char/:step #1

Merged
latenightdef merged 4 commits from mrrpmeowfurry/fifty-shades-of-bully:main into main 2025-06-19 02:48:06 +00:00
Showing only changes of commit b4331b5bcb - Show all commits

View file

@ -52,8 +52,8 @@ function VitualNovelHandler() {
console.log(nextstep)
if (typeof nextstep !== 'number' || Number.isNaN(nextstep)) {
navigate(`/end`);//44 is last page
console.log("currentStep:", currentStep);
console.log("data at currentStep:", data[currentStep]);
// console.log("currentStep:", currentStep);
// console.log("data at currentStep:", data[currentStep]);
}
else{
setCurrentStep(nextstep);