Skip to content

Commit

Permalink
Merge commit '5a2f919' into HEAD
Browse files Browse the repository at this point in the history
  • Loading branch information
adamnovak committed May 31, 2024
2 parents 47f8f1d + 5a2f919 commit 8e71714
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/tubemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -4187,7 +4187,7 @@ function trackMouseOver() {
const trackID = d3.select(this).attr("trackID");
// TODO: We want to also .raise() here, but it makes Firefox 124.0.2 on Mac
// lose the mouseout and immediately trigger another mouseover, if the mouse
// is iver a curved section of a read.
// is over a curved section of a read.
d3.selectAll(`.track${trackID}`).style("fill", "url(#patternA)");
}

Expand Down

0 comments on commit 8e71714

Please sign in to comment.