From 3e3cec06f6e98b32234a1c13c16c66c92fa0c74c Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Sun, 8 Aug 2021 00:29:13 +0200 Subject: [PATCH] Fix up clicking --- src/store.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/store.ts b/src/store.ts index 682241b..1fe8185 100644 --- a/src/store.ts +++ b/src/store.ts @@ -36,7 +36,7 @@ const store = create((set) => ({ currentScene: Scenes.OVERVIEW, currentSubproject: null, participantAnonymous: false, - companionState: CompanionState.ACTIVE, + companionState: CompanionState.IDLE, infoMessageShown: false, infoMessages: [], finishedGame: false,