Closed
Description
Describe
- In page mode, scroll event is added to
document
. - But when the VirtualList is Unmounted, its event handler is not removed.
vue-virtual-scroll-list/src/index.js
Lines 71 to 75 in f4d9be6
vue-virtual-scroll-list/src/index.js
Lines 85 to 87 in f4d9be6
To Reproduce
Steps to reproduce the behavior:
- Prepare a Switcher to display / hide the VirtualList.
- Scroll when VirtualList is hidden.
- See TypeError
Reproduce demo
https://codesandbox.io/s/live-demo-virtual-list-28trm
Other
- Version: 2.1.9
- Browser: Chrome, Safari