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=0e430fe2664b2ee502ac5ee3d89c460fe132cb7a;hp=2968b8f835a1b1a94b4bee7f29500322838f2e72;hb=7b6306a8f359821b352995f5b9a27ba278dc5d48;hpb=2a2936023cda0888e215ff699d420090372899b0 diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 2968b8f8..0e430fe2 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -1618,8 +1618,7 @@ export default { if (["all","byrow"].includes(V.ShowMoves)) { this.curDiag = getDiagram({ position: position, - orientation: V.CanFlip ? this.game.mycolor : "w", - darkBottomRight: V.DarkBottomRight + orientation: V.CanFlip ? this.game.mycolor : "w" }); document.querySelector("#confirmDiv > .card").style.width = boardDiv.offsetWidth + "px";