infinite-slider icon indicating copy to clipboard operation
infinite-slider copied to clipboard

fixed bubbling issue - still testing

Open evanjmg opened this issue 8 years ago • 0 comments

just added these lines to 177 on js (didn't change the coffee or anything):

  if (event) {
          event.stopPropagation();
          event.cancelBubble = true;
  }

evanjmg avatar Apr 19 '16 23:04 evanjmg