Skip to content

Commit

Permalink
Cancel premove on game end
Browse files Browse the repository at this point in the history
  • Loading branch information
veloce committed Oct 12, 2023
1 parent 8b506f4 commit d567d2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/src/model/game/game_controller.dart
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ class GameController extends _$GameController {
ratingDiff: endData.ratingDiff?.black,
),
),
premove: null,
);

if (endData.clock != null) {
Expand Down

0 comments on commit d567d2b

Please sign in to comment.