mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-02 00:32:09 +02:00
again with my indents
This commit is contained in:
@@ -143,11 +143,11 @@
|
|||||||
// is treating this as an older mouse wheel event.
|
// is treating this as an older mouse wheel event.
|
||||||
// We'll divide it by 40 to try and get a more usable deltaFactor.
|
// We'll divide it by 40 to try and get a more usable deltaFactor.
|
||||||
if ( lowestDelta === 120 ) {
|
if ( lowestDelta === 120 ) {
|
||||||
// Divide all the things by 40!
|
// Divide all the things by 40!
|
||||||
delta /= 40;
|
delta /= 40;
|
||||||
deltaX /= 40;
|
deltaX /= 40;
|
||||||
deltaY /= 40;
|
deltaY /= 40;
|
||||||
lowestDelta /= 40;
|
lowestDelta /= 40;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Get a whole, normalized value for the deltas
|
// Get a whole, normalized value for the deltas
|
||||||
|
|||||||
Reference in New Issue
Block a user