Skip to content

Commit

Permalink
fixed stripe delete bug in ff and safari
Browse files Browse the repository at this point in the history
  • Loading branch information
Elliot Nahman committed Jun 30, 2017
1 parent 6f1a27a commit 6c2034a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions px-vis-timeseries.html
Original file line number Diff line number Diff line change
Expand Up @@ -1332,6 +1332,8 @@

this._stripeHighlight
.attr('stroke', this.stripeConfig[this.stripeType]['fillColor'])
.on("click", this._deleteStripe.bind(this))
.attr('pointer-events', 'all')
.style('visibility', null);

this._stripeController.select("rect.overlay")
Expand Down

0 comments on commit 6c2034a

Please sign in to comment.