fix(app): mod+f always opens search

This commit is contained in:
Adam
2026-03-05 06:57:50 -06:00
parent 92d9f224d1
commit 29e1711e6c
3 changed files with 53 additions and 3 deletions
@@ -355,8 +355,6 @@ export const SessionReview = (props: SessionReviewProps) => {
if (typeof window === "undefined") return
const onKeyDown = (event: KeyboardEvent) => {
if (event.defaultPrevented) return
const mod = event.metaKey || event.ctrlKey
if (!mod) return