Fix scrolling for questions
This commit is contained in:
parent
3e3cec06f6
commit
1efd67c733
3 changed files with 14 additions and 7 deletions
|
|
@ -31,7 +31,7 @@ const store = create<State>((set) => ({
|
|||
uid: null,
|
||||
showScore: false,
|
||||
showOvScore: true,
|
||||
currentIntroStep: 1,
|
||||
currentIntroStep: 5,
|
||||
revealablesFinished: 0,
|
||||
currentScene: Scenes.OVERVIEW,
|
||||
currentSubproject: null,
|
||||
|
|
|
|||
Reference in a new issue