@@ -162,7 +162,7 @@ export default {
const { scrollHeight, offsetHeight, scrollTop } = el ? el : this.$el;
if ((this.deltaY > 0 && scrollTop === 0) || (this.deltaY < 0 && scrollTop + offsetHeight >= scrollHeight)) {
- //event.preventDefault();
+ event.preventDefault();
}
},
getScroller(el) {