X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;fp=client%2Fsrc%2Fviews%2FGame.vue;h=6e9768af370db9d9c6ae5c840b3b84280b253f16;hp=0e430fe2664b2ee502ac5ee3d89c460fe132cb7a;hb=81452d4dd5d64d93322c6ba090c6e357e65a68fb;hpb=f4fce3375eb16a9136234f087415bacefaaca027 diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 0e430fe2..6e9768af 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -1618,7 +1618,9 @@ export default { if (["all","byrow"].includes(V.ShowMoves)) { this.curDiag = getDiagram({ position: position, - orientation: V.CanFlip ? this.game.mycolor : "w" + orientation: V.CanFlip ? this.game.mycolor : "w", + color: this.game.mycolor, + score: "*" }); document.querySelector("#confirmDiv > .card").style.width = boardDiv.offsetWidth + "px";