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 31, 2018
1 parent c0564d8 commit 68157de
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 68157de

Please sign in to comment.