Skip to content

Conversation

Arooba-git
Copy link

Hi! 👋
Example10DragFromOutside.vue listens to the dragover events when the component is mounted. But this listener is never removed even after the component unmounts. This can lead to potential memory leaks.

We used memlab to calculate the heap size before and after the fix:
Before fix:
vgl-bef

After fix:
vgl-after

Example10DragFromOutside.vue listens to  the dragover events when component is mounted. But this listener is never removed even after the component unmounts. This can lead to potential memory leaks.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant