Skip to content

Commit

Permalink
removed unused moveFocus method
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelchadwick committed Jan 15, 2025
1 parent 5aca2c6 commit f07b40c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/ilios-common/addon/components/mesh-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,6 @@ export default class MeshManagerComponent extends Component {
this.search.perform();
}

@action
moveFocus() {
// place focus into the search box when search icon is clicked
this?.meshSearchInputElement.focus();
}

search = restartableTask(async () => {
if (this.query.length < MIN_INPUT) {
this.searchResults = [];
Expand Down

0 comments on commit f07b40c

Please sign in to comment.