daybrush / selecto

Selecto.js is a component that allows you to select elements in the drag area using the mouse or touch.

Home Page:https://daybrush.com/selecto

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory leak missing `selecto-selection` div elements

robertsLando opened this issue · comments

I have found a leak, every time I create a new selecto instance a div element with selecto-selection and another random class id is always added to body and even the selecto destroy method is not removing it

@robertsLando

seleco's new version is released. Check it again.

That fixed the issue, thanks!