[SSE] Fix Bug 46497

This commit is contained in:
Julia Radzhabova 2020-09-09 17:40:34 +03:00
parent fe52c1094b
commit 417ec9cd6f

View file

@ -386,7 +386,7 @@ define([
_onMouseWheel: function(e) {
var hidden = this.checkInvisible(true),
forward = ((e.detail && -e.detail) || e.wheelDelta) > 0;
forward = ((e.detail && -e.detail) || e.wheelDelta) < 0;
if (forward) {
if (hidden.last) {