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:
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:
After fix: