Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Aug 5, 2024
1 parent f974f83 commit cc78011
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -1906,8 +1906,8 @@ class Browser {

await this.sampleInfo.loadSampleInfoFile(config.url)

for (const {sampleNameViewport} of this.trackViews) {
sampleNameViewport.setWidth(this.getSampleInfoColumnWidth())
for (const {sampleInfoViewport} of this.trackViews) {
sampleInfoViewport.setWidth(this.getSampleInfoColumnWidth())
}

const found = this.findTracks(t => typeof t.getSamples === 'function')
Expand Down

0 comments on commit cc78011

Please sign in to comment.