I forgot to comment
This commit is contained in:
parent
6bd94e49e8
commit
b4331b5bcb
1 changed files with 2 additions and 2 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue