Fix up clicking
This commit is contained in:
parent
f9bee84194
commit
3e3cec06f6
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ const store = create<State>((set) => ({
|
||||||
currentScene: Scenes.OVERVIEW,
|
currentScene: Scenes.OVERVIEW,
|
||||||
currentSubproject: null,
|
currentSubproject: null,
|
||||||
participantAnonymous: false,
|
participantAnonymous: false,
|
||||||
companionState: CompanionState.ACTIVE,
|
companionState: CompanionState.IDLE,
|
||||||
infoMessageShown: false,
|
infoMessageShown: false,
|
||||||
infoMessages: [],
|
infoMessages: [],
|
||||||
finishedGame: false,
|
finishedGame: false,
|
||||||
|
|
|
||||||
Reference in a new issue