Skip to content

Commit

Permalink
Fix search page textbox size not shrinking when clicking clear button
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuuuube committed Dec 10, 2024
1 parent 415bb31 commit 933ddcd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/js/display/search-display-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ export class SearchDisplayController {
e.preventDefault();
this._queryInput.value = '';
this._queryInput.focus();
this._updateSearchHeight(true);
}

/** */
Expand Down

0 comments on commit 933ddcd

Please sign in to comment.