Skip to content

Commit

Permalink
Bug fix: GroupAutoscale -> Overlay -> Separater. Group scaling now re…
Browse files Browse the repository at this point in the history
…tained.
  • Loading branch information
turner committed Oct 14, 2023
1 parent 04bc5c0 commit 180fae2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dev/multi-select/multi-select.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ <h1>Multiple Track Selection</h1>
]
}

igv.createBrowser(document.getElementById("igvDiv"), kitchenSinkConfig)
igv.createBrowser(document.getElementById("igvDiv"), BigWigConfig)
.then(function (browser) {
console.log("Created IGV browser");
})
Expand Down
2 changes: 2 additions & 0 deletions js/ui/menuUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ function trackOverlayMenuItem() {
const wigConfigs = wigTracks.map(( track ) => {
const config = Object.assign({}, track.config)
config.color = track.color
config.autoscale = track.autoscale
config.autoscaleGroup = track.autoscaleGroup
return config
})

Expand Down

0 comments on commit 180fae2

Please sign in to comment.