donmbelembe / vue-dragscroll

A vue directive to make a scrollable element scroll by draging to the scroll direction
https://vue-dragscroll.clebinfosys.com/
MIT License
258 stars 32 forks source link

Detached element and memory leak #77

Closed isonah closed 3 years ago

isonah commented 3 years ago

Hello, I took a memory snapshot and found some detached dom. The detached dom element was the one bind to v-dragscroll. Should we explicitly destroy v-dragscroll any how ? or this is already done by the lib ? Best Regards.

donmbelembe commented 3 years ago

actually it already done by the lib