vue-snap icon indicating copy to clipboard operation
vue-snap copied to clipboard

Remove component instance event listener when component unmounts

Open Arooba-git opened this issue 1 year ago • 0 comments

Hi 👋 Thank you for this project.

The event listener on the Carousel component that listens for go-to-page events is not removed when the component unmounts. This can result in the buildup of unremoved event listeners leading to memory leaks. This PR fixes this issue. :)

Arooba-git avatar Jan 08 '24 12:01 Arooba-git