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=2968b8f835a1b1a94b4bee7f29500322838f2e72;hp=0e430fe2664b2ee502ac5ee3d89c460fe132cb7a;hb=2a2936023cda0888e215ff699d420090372899b0;hpb=5c27a4b518693204ee33f85b50cb2cd518d38941 diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 0e430fe2..2968b8f8 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -1618,7 +1618,8 @@ 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", + darkBottomRight: V.DarkBottomRight }); document.querySelector("#confirmDiv > .card").style.width = boardDiv.offsetWidth + "px";