File Changes for angie
switch to commits view, user indexv325_preview2 to v325_base (2015-11-09 to 2015-11-16) v325
- src/hg/js/react/lib/PositionSearch.jsx
- lines changed 27, context: html, text, full: html, text
The position/search autocomplete was initialized once when the input component
was mounted -- which caused incorrect behavior if one then changed to a different
db. Now it is initialized once regardless of whether the initial db has a gene
suggest track, but always uses the current db and gene track if applicable.
fixes #16371
switch to commits view, user index