X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=b10be754516a711a2fe2482ff179ce2d010ea6af;hb=9330b976e02148bb89e11819070d5d818e82e522;hp=114b86b458ca13f72f0f8d1a706d2a00b6d78611;hpb=afc426016772300cc2812e8f96dd964bc6ae739d;p=vchess.git diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 114b86b4..b10be754 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -17,9 +17,7 @@ button(@click="offerDraw") Draw button(@click="() => abortGame()") Abort button(@click="resign") Resign - div(v-if="game.mode=='corr'") - textarea(v-show="score=='*' && vr.turn==game.mycolor" v-model="corrMsg") - div(v-show="cursor>=0") {{ moves[cursor].message }} + textarea(v-if="game.score=='*'" v-model="corrMsg")