Revert "Fix handsone table scroll"

This commit is contained in:
Martin Artnik 2023-09-28 14:59:30 +02:00 committed by GitHub
parent 3a22d7715d
commit 7273f3dac4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25743,7 +25743,7 @@ function () {
key: "onCloneWheel",
value: function onCloneWheel(event) {
if (this.scrollableElement !== window) {
//event.preventDefault();
event.preventDefault();
} // There was if statement which controlled flow of this function. It avoided the execution of the next lines
// on mobile devices. It was changed. Broader description of this case is included within issue #4856.