Skip to content

Commit

Permalink
fix(app): restore search
Browse files Browse the repository at this point in the history
  • Loading branch information
Swepool committed Aug 29, 2024
1 parent 0d88bfd commit b5ad2dc
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 b5ad2dc

Please sign in to comment.