Fix handson table scrolling

This commit is contained in:
Anton 2023-09-14 14:35:37 +02:00
parent af0fbfeec0
commit 0f4e561689

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.