Skip to content

Commit

Permalink
fix: search_controller (#3515)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul-Bob authored Dec 11, 2024
1 parent da22b09 commit bb18bcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions app/javascript/js/controllers/search_controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ export default class extends Controller {
this.updateFieldAttribute(this.hiddenIdTarget, 'value', item._id)
this.updateFieldAttribute(this.buttonTarget, 'value', this.removeHTMLTags(item._label))

document.querySelector('.aa-DetachedOverlay').remove()

if (this.hasClearButtonTarget) {
this.clearButtonTarget.classList.remove('hidden')
}
Expand Down

0 comments on commit bb18bcf

Please sign in to comment.