From 617ba7307cd239b457c77b7eafde104ac9272f94 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 18 Dec 2020 18:12:18 -0700 Subject: [PATCH] Allow guessers to type in their own team's text inputs. This makes it so that I don't need to add a guess button in the UI. --- web/src/components/GameBoard.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/web/src/components/GameBoard.vue b/web/src/components/GameBoard.vue index b2bbaff..05e2bed 100644 --- a/web/src/components/GameBoard.vue +++ b/web/src/components/GameBoard.vue @@ -59,7 +59,6 @@ type="text" class="team-answer" :id="`${teamID}-answer-${answerIndex}`" - :disabled="$store.state.role == $store.state.guesser_name" @input.stop="answerInputHandler(answerIndex)" v-model="answers[`team_${$store.state.team}`][answerIndex-1]" >