X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fviews%2FGame.vue;h=1071ece83f0f9fce229bcddd8801fb5ece0e5573;hp=2968b8f835a1b1a94b4bee7f29500322838f2e72;hb=bae751bc6bc548791772c3ff5883a03deeb77264;hpb=2a2936023cda0888e215ff699d420090372899b0 diff --git a/client/src/views/Game.vue b/client/src/views/Game.vue index 2968b8f8..1071ece8 100644 --- a/client/src/views/Game.vue +++ b/client/src/views/Game.vue @@ -374,7 +374,7 @@ export default { id: my.id, name: my.name, tmpIds: { - tmpId: { focus: true } + [tmpId]: { focus: true } } } ); @@ -1619,7 +1619,8 @@ export default { this.curDiag = getDiagram({ position: position, orientation: V.CanFlip ? this.game.mycolor : "w", - darkBottomRight: V.DarkBottomRight + color: this.game.mycolor, + score: "*" }); document.querySelector("#confirmDiv > .card").style.width = boardDiv.offsetWidth + "px";