Skip to content

Commit

Permalink
fix(app): restore search (#2868)
Browse files Browse the repository at this point in the history
closes #2850
  • Loading branch information
cor authored Sep 1, 2024
2 parents 6111059 + b5ad2dc commit 69e3f48
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/src/lib/components/search/cmdk.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ const DISABLE_TAB_INDEX = -1
preventScroll={true}
closeOnEscape={true}
closeOnOutsideClick={true}
onKeydown={onEnterPress}
bind:open={commandDialogOpen}
>
<Command.Root
Expand Down

0 comments on commit 69e3f48

Please sign in to comment.