Skip to content

Commit

Permalink
fixes overlay not rendering right after expanding variant track
Browse files Browse the repository at this point in the history
  • Loading branch information
raysloks committed Aug 14, 2024
1 parent be09cf6 commit 660147c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions assets/js/track/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export class BaseAnnotationTrack {
data: this.trackData
})
this.blitCanvas(this.onscreenPosition.start, this.onscreenPosition.end)
this.drawDynamicOverlay()
}, false)
}

Expand Down

0 comments on commit 660147c

Please sign in to comment.