Skip to content

Commit

Permalink
make sure the textfilter input does not lose focus after a find-as-yo…
Browse files Browse the repository at this point in the history
…u-type search is executed from it
  • Loading branch information
rbuels committed May 23, 2012
1 parent e4d71ac commit f64150c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/View/TrackList/Faceted.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ dojo.declare( 'JBrowse.View.TrackList.Faceted', null,
this._async( function() {
this.updateQuery();
this._updateFacetCounts();
this.textFilterInput.focus();
},this).call();
this.textFilterInput.focus();
}),
Expand Down

0 comments on commit f64150c

Please sign in to comment.