Skip to content

Commit

Permalink
fix: resolve issue preventing page navigation after selecting search …
Browse files Browse the repository at this point in the history
…result

Signed-off-by: Ryan Wang <i@ryanc.cc>
  • Loading branch information
ruibaby committed Aug 8, 2024
1 parent 39cc9eb commit 096beb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/search-widget/src/search-form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export class SearchForm extends LitElement {
<div class="p-3 z-1 bg-base sticky top-0 border-b border-divider">
<form
class="flex items-center ring-2 h-12 rounded-base px-2.5 ring-primary bg-base"
@submit=${(e: Event) => e.preventDefault()}
>
<span
class="shrink flex-none size-6 text-primary ${this.loading
Expand Down

0 comments on commit 096beb5

Please sign in to comment.