Skip to content

Commit

Permalink
Merge pull request #442 from vgteam/fix-spelling
Browse files Browse the repository at this point in the history
Fix spelling
  • Loading branch information
adamnovak authored May 31, 2024
2 parents 47f8f1d + 8e71714 commit c0ee464
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 c0ee464

Please sign in to comment.