Skip to content

Commit

Permalink
Sample info column bug
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobinso committed Aug 5, 2024
1 parent 1a13fd5 commit d11b4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -1856,7 +1856,7 @@ class Browser {
async loadSampleInfo(config) {

await this.sampleInfo.loadSampleInfoFile(config.url)

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

0 comments on commit d11b4f7

Please sign in to comment.