Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
turner committed Jan 10, 2025
1 parent d35fedb commit 9122fc8
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 @@ -2192,7 +2192,7 @@ class Browser {
createCircularView(container, show) {
show = show === true // convert undefined to boolean
this.circularView = createCircularView(container, this)
this.circularViewControl = new CircularViewControl(this.navbar.toggle_button_container, this)
this.circularViewControl = new CircularViewControl(this.navbar.toggleButtonContainer, this)
this.circularView.setAssembly({
name: this.genome.id,
id: this.genome.id,
Expand Down

0 comments on commit 9122fc8

Please sign in to comment.