tiny little fixes
This commit is contained in:
@@ -304,7 +304,7 @@
|
||||
if ( select(target) ) {
|
||||
event.preventDefault();
|
||||
}
|
||||
});
|
||||
}, false);
|
||||
|
||||
document.addEventListener("mousewheel", function ( event ) {
|
||||
next = steps.indexOf( active ) - event.wheelDelta / Math.abs(event.wheelDelta);
|
||||
|
||||
Reference in New Issue
Block a user