Skip to content

Commit

Permalink
Refactor search page onPaste (#1352)
Browse files Browse the repository at this point in the history
refactor
  • Loading branch information
khaitruong922 authored Aug 25, 2024
1 parent d9b5cb0 commit 2f1b77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/js/display/search-display-controller.js
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ export class SearchDisplayController {
if (this._queryInput.value !== text) {
this._queryInput.value = text;
this._updateSearchHeight(true);
this._searchButton.click();
this._search(true, 'new', true, null);
}
}

Expand Down

0 comments on commit 2f1b77c

Please sign in to comment.