mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-01 13:13:22 +08:00
Merge pull request #6222 from aignatov-bio/ai-sci-fix-handsone-table-scroll
Fix handsone table scroll
This commit is contained in:
commit
1cb4f71db8
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue