From afa5a19726e96c8dcca92234c48c29ca4a6ede96 Mon Sep 17 00:00:00 2001 From: Lynn Date: Tue, 18 Jan 2022 17:17:57 +0100 Subject: [PATCH] Make copy link selectable --- src/Game.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/Game.tsx b/src/Game.tsx index 67e020f..1e2dc06 100644 --- a/src/Game.tsx +++ b/src/Game.tsx @@ -228,7 +228,12 @@ function Game(props: GameProps) { {tableRows}
-

{hint || `\u00a0`}

+

+ {hint || `\u00a0`} +

{gameState !== GameState.Playing && !challenge && (