X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBaseGame.vue;h=d9540eb38b83b8bdf91beffe258e2d422fc0c3a2;hb=57d9b2c4f08948bd5a5fc4a01a0b62d4c80523e2;hp=4a451f4f41c9e2fea2d0f771c9b16ddf7f611cca;hpb=2f9fcef3eb606c6389249c35393265de7d8f392f;p=vchess.git diff --git a/client/src/components/BaseGame.vue b/client/src/components/BaseGame.vue index 4a451f4f..d9540eb3 100644 --- a/client/src/components/BaseGame.vue +++ b/client/src/components/BaseGame.vue @@ -387,7 +387,7 @@ export default { }; const playMove = () => { const animate = ( - V.ShowMoves == "all" && + ["all", "highlight"].includes(V.ShowMoves) && (this.autoplay || !!received) ); if (!Array.isArray(move)) move = [move];