Results 5 issues of Ivan

When editing a svg file (for example: changing the fill attribute), and sometimes when opening the svg code, the process of the editor leaks. When the editor closes, the process...

help wanted

Hi, thanks for the plugin. __Issue description__: I encountered an error when destroing a plugin on a specific breakpoint. An error appears if the window is resized immediately after launch...

Thanks for the great plugin! It seems to me that in the method for removing event handlers there is not enough removal for the `keydown` event. https://github.com/kamranahmedse/driver.js/blob/master/src/events.ts#L118

Hello! I would like to propose these fixes to resolve event memory leaks(#452). I'm not a typescript expert, perhaps this can be described more simply. But I think it’s important...

Hello! Thanks for the great slider plugin! I ran into possible memory leaks using the plugin inside NuxtJS framework. When DOM mounted, I initialize the plugin In the lifecycle hook,...