X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBaseGame.vue;h=e99c194e81d38d2a44a44c3c77e07e04d69a63dc;hp=1840882fa95f775960ec27b03704d3f9aa837ad8;hb=c3f02a0e9d1104911f3dc70ca9b531f73b1bd769;hpb=8506fc3b3ecdf053689b3678584e902a8852aa47 diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue index 1840882f..e99c194e 100644 --- a/client/src/components/BaseGame.vue +++ b/client/src/components/BaseGame.vue @@ -592,6 +592,8 @@ export default { if (this.inMultimove) { this.cancelCurrentMultimove(); this.incheck = this.vr.getCheckSquares(); + if (this.cursor >= 0) this.lastMove = this.moves[this.cursor]; + else this.lastMove = null; } else { if (!move) { const minCursor =