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 authored Dec 10, 2024
1 parent 450f1f9 commit 8f58bf9
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 8f58bf9

Please sign in to comment.