diff --git a/src/components/SearchModal.tsx b/src/components/SearchModal.tsx index 8f1c70c7..f685c672 100644 --- a/src/components/SearchModal.tsx +++ b/src/components/SearchModal.tsx @@ -786,8 +786,6 @@ export function SearchModal() { }, [focusedIndex]) const handleKeyDown = (e: React.KeyboardEvent) => { - e.persist() - if (!containerRef.current) return const items = containerRef.current.querySelectorAll('[role="option"]')