From fde5b05ed7dd4c981ce24e026ca569ac1d44777c Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 15 Feb 2026 16:31:29 +0900 Subject: fix(study): allow edit button click when card is flipped The disabled attribute on the parent button element prevented all child click events, making the edit button unresponsive on the back side. Co-Authored-By: Claude Opus 4.6 --- src/client/pages/StudyPage.tsx | 1 - 1 file changed, 1 deletion(-) (limited to 'src/client') diff --git a/src/client/pages/StudyPage.tsx b/src/client/pages/StudyPage.tsx index 247f782..2649069 100644 --- a/src/client/pages/StudyPage.tsx +++ b/src/client/pages/StudyPage.tsx @@ -415,7 +415,6 @@ function StudySession({ aria-label={ isFlipped ? "Card showing answer" : "Click to reveal answer" } - disabled={isFlipped} className={`relative flex-1 min-h-[280px] bg-white rounded-2xl border border-border/50 shadow-card p-8 flex flex-col items-center justify-center text-center transition-all duration-300 ${ !isFlipped ? "cursor-pointer hover:shadow-lg hover:border-primary/30 active:scale-[0.99]" -- cgit v1.3-1-g0d28