Skip to content

Commit

Permalink
update build
Browse files Browse the repository at this point in the history
  • Loading branch information
MatSchaeff committed May 25, 2016
1 parent 27e87c7 commit 506dc6e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build/viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -22164,6 +22164,10 @@ var FeatureViewer = (function () {
}

this.zoom = function(start, end){
var zoomInside = current_extend.start<start && current_extend.end>end;
if (!zoomInside) {
svgContainer.selectAll(".seqGroup").remove();
}
brush.extent([start,end]);
brushend();
}
Expand Down

0 comments on commit 506dc6e

Please sign in to comment.