Skip to content

Commit

Permalink
Aligned highlight in allele freq track
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Johansson authored and Markus Johansson committed Mar 4, 2021
1 parent 9d41196 commit 1882b91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ About changelog [here](https://keepachangelog.com/en/1.0.0/)
- Restored ability to search for transcripts by gene name
- Fixed crash when Shift - Click in interactive canvas
- Fixed checking of api return status in drawInteractiveContent
- Aligned highlight in interactive canvas

## [1.1.1]
### Fixed
Expand Down
2 changes: 1 addition & 1 deletion assets/js/interactive.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class InteractiveCanvas extends FrequencyTrack {
// Initialize marker div
this.markerElem = document.getElementById('interactive-marker');
this.markerElem.style.height = `${this.plotHeight * 2}px`;
this.markerElem.style.top = `${this.y + 58}px`;
this.markerElem.style.top = `${this.y + 82}px`;

// State values
const input = inputField.value.split(/:|-/);
Expand Down

0 comments on commit 1882b91

Please sign in to comment.