diff --git a/frontend/src/components/AppShell.tsx b/frontend/src/components/AppShell.tsx
index b141b97..1da675c 100644
--- a/frontend/src/components/AppShell.tsx
+++ b/frontend/src/components/AppShell.tsx
@@ -257,14 +257,6 @@ export function AppShell({
{
- if (showCracker && el) {
- const focusable = el.querySelector('input, button:not([disabled])');
- if (focusable) {
- setTimeout(() => focusable.focus(), 210);
- }
- }
- }}
className={cn(
'border-t border-border bg-background transition-all duration-200 overflow-hidden',
showCracker ? 'h-[275px]' : 'h-0'