diff --git a/src/ui/flutter_app/lib/mill/recorder.dart b/src/ui/flutter_app/lib/mill/recorder.dart index 856e3fe1..86536c65 100644 --- a/src/ui/flutter_app/lib/mill/recorder.dart +++ b/src/ui/flutter_app/lib/mill/recorder.dart @@ -245,6 +245,8 @@ class GameRecorder { moveHistoryText = ""; } + moveHistoryText = moveHistoryText.replaceAll(' \n', '\n'); + return moveHistoryText; } }