Remove AnimatePresence mode=wait to fix blank screen on view transitions

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Aaron Roberts
2026-06-10 22:04:52 +01:00
parent a511db78cb
commit ab19725e0b

View File

@@ -250,7 +250,7 @@ function App() {
{/* Main Content */} {/* Main Content */}
<main className="max-w-7xl mx-auto px-6 py-6"> <main className="max-w-7xl mx-auto px-6 py-6">
<AnimatePresence mode="wait"> <AnimatePresence>
{/* ── Full-screen OCR result view ── */} {/* ── Full-screen OCR result view ── */}
{showResultView ? ( {showResultView ? (