[SSE] Fix Bug 46497
This commit is contained in:
parent
fe52c1094b
commit
417ec9cd6f
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue