Open
Description
Describe
In page mode (vertical direction) if exists a horizontal scroll it emits an error TypeError: t.apply is not a function
To Reproduce
To reproduce this bug we should have a horizontal scroll in the page mode.
- Follow https://tangbc.github.io/vue-virtual-scroll-list/#/page-mode
- Switch to tablet responsive view
- Add to
.list-page
element CSS propertyoverflow-x: auto;
- Make
.list-item-page
element width over 800px - Try to scroll left/right
Reproduce demo
To reproduce the bug will use existed demo
https://tangbc.github.io/vue-virtual-scroll-list/#/page-mode
Here is the video with reproduce steps:
https://www.loom.com/share/fa369f0591d7440fbe77d614f0cfec15
Other
- Version 2.3.2
- Browser Chrome Version 87.0.4280.88