Skip to content

Commit

Permalink
Clean feature cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cmdcolin committed Oct 27, 2018
1 parent fb95569 commit 3905886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/JBrowse/View/Track/Alignments2.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ return declare( [ CanvasFeatureTrack, AlignmentsMixin ], {
}
this.fetchMap[str].then(() => {
supermethod.apply(this, [args])
this.store.cleanFeatureCache({ ref: this.refSeq.name, start: region.start, end: region.end })
})
} else {
this.inherited(arguments);
Expand Down

0 comments on commit 3905886

Please sign in to comment.