From a354b8ed9796773d91099034129fd43f1d01be45 Mon Sep 17 00:00:00 2001 From: graphemecluster Date: Sat, 8 Jun 2024 06:40:42 +0800 Subject: [PATCH] Fix: Pronunciation Cannot Be Selected on Mobiles Regression of cc11a0e5859689b854e4cff7f12d8a4013293c16. --- src/Char.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Char.tsx b/src/Char.tsx index 174f503..af4546f 100644 --- a/src/Char.tsx +++ b/src/Char.tsx @@ -18,14 +18,14 @@ export default function Char({ const [pron, note] = pronNoteArray[currIndex] || ["", ""]; return pronNoteArray.length > 1 - ?
-
+ : {char} {pron}