We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5e870a commit 2699a02Copy full SHA for 2699a02
ui/round/src/ctrl.ts
@@ -249,7 +249,7 @@ export default class RoundController {
249
userJump = (ply: Ply): void => {
250
this.cancelMove();
251
this.chessground.selectSquare(null);
252
- if (ply != this.ply && this.jump(ply)) lichess.sound.saySan(this.stepAt(ply).san, true);
+ if (ply != this.ply && this.jump(ply)) lichess.sound.saySan(this.stepAt(this.ply).san, true);
253
else this.redraw();
254
};
255
0 commit comments