jqDoubleScroll icon indicating copy to clipboard operation
jqDoubleScroll copied to clipboard

Destroy / remove event

Open koheiio opened this issue 6 years ago • 3 comments

How does one remove doubleScroll from an element? I'm using a virtual dom library (such as react) that constantly removes, then adds new elements. I need to know how to tear down doubleScroll to avoid creating two instances of doubleScroll on one element in case the element is only updated and not recreated.

koheiio avatar Sep 22 '17 14:09 koheiio