diff --git a/src/views/Game/GameChat.tsx b/src/views/Game/GameChat.tsx index 68ff076cdc..f9e82c82da 100644 --- a/src/views/Game/GameChat.tsx +++ b/src/views/Game/GameChat.tsx @@ -670,7 +670,7 @@ function MarkupChatLine({ line }: { line: ChatLine }): JSX.Element { } else { orig_marks = null; } - if (moves) { + if (moves || moves === "") { goban.engine.followPath(parseInt(turn as any), moves); }