doSlide icon indicating copy to clipboard operation
doSlide copied to clipboard

Unbind all events

Open paulpestov opened this issue 7 years ago • 0 comments

I'm creating slides dynamically and I also destroy these dynamically. Is it possible to unbind all registered DOM events? I'm struggeling with regular scrolling after destroying /closing the slides. I cannot on the page anymore. I read about 'stopPropagation', but from the docs I cannot understand how to use it. Maybe a 'destroy' method would be useful.

paulpestov avatar Jun 25 '17 13:06 paulpestov