From 6c2034aa61f275866735483f273b5500bc597fec Mon Sep 17 00:00:00 2001 From: Elliot Nahman Date: Fri, 30 Jun 2017 16:21:53 -0700 Subject: [PATCH] fixed stripe delete bug in ff and safari --- px-vis-timeseries.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/px-vis-timeseries.html b/px-vis-timeseries.html index 311101ee..8b274e0f 100644 --- a/px-vis-timeseries.html +++ b/px-vis-timeseries.html @@ -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")