From 0f0d0b7e9a566f683fa7aea2028b40b6abe5babf Mon Sep 17 00:00:00 2001 From: Elijah Date: Sun, 28 Jun 2026 12:53:21 -0700 Subject: [PATCH] fix: Resolve overlapping pointer events for secondary flashcard actions --- src/components/flashcards/FlashcardViewer.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/flashcards/FlashcardViewer.tsx b/src/components/flashcards/FlashcardViewer.tsx index 7fc9ccc..6d642a7 100644 --- a/src/components/flashcards/FlashcardViewer.tsx +++ b/src/components/flashcards/FlashcardViewer.tsx @@ -401,9 +401,9 @@ export function FlashcardViewer({ cards, deckId, isShared = false, initialProgre
{/* Primary Action Row (Grading) */} -
+
{hasFlippedOnce && ( -
+
{/* Secondary Action Row (Navigation/Settings) */} -
+
{currentIndex > 0 ? (