mchess-client/lib/chess
Marco 200393ac76 Fix tapping on opponent's piece
With the previous change of starting a tap on a drag,
we removed the GestureDetector from all squares with any pieces.

This included the opponent's pieces. Tapping and taking an opponent's
piece was not possible anymore.

This was a bug, since we still want to detect a tap and take an opponent's piece.
2024-02-01 11:37:00 +01:00
..
chess_app.dart Bump version 2024-02-01 11:22:25 +01:00
chess_board.dart Implement moves by tapping the squares 2024-01-17 20:58:13 +01:00
chess_square_inner_draggable.dart Start a tap with drag 2024-02-01 11:11:11 +01:00
chess_square_outer_dragtarget.dart Fix tapping on opponent's piece 2024-02-01 11:37:00 +01:00
chess_square.dart Fix tapping on opponent's piece 2024-02-01 11:37:00 +01:00