Skip to content

Commit

Permalink
fix(ue): revert b4cacc7
Browse files Browse the repository at this point in the history
  • Loading branch information
razonyang authored Feb 15, 2025
1 parent d7b4955 commit 2f473e5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions assets/search/js/form.ts
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,6 @@ ${this.renderTaxonomies()}
}

private submit() {
this.input.disabled = true
const query = this.getQuery()
this.updatePage(query)

Expand All @@ -308,7 +307,6 @@ ${this.renderTaxonomies()}
const taxonomies = this.getTaxonomies()

if (query === '' && Object.values(taxonomies).filter((item) => item.length > 0).length == 0) {
this.input.disabled = false
this.hideResetBtn()
this.renderer.clean()
this.renderer.renderHistories()
Expand All @@ -324,8 +322,6 @@ ${this.renderTaxonomies()}
Historiographer.save(query)
}
this.spinner.hide()
this.input.disabled = false
this.focus()
})
}

Expand Down

0 comments on commit 2f473e5

Please sign in to comment.