mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-17 00:14:54 +02:00
fix description of scrolling west in the test
This commit is contained in:
+1
-1
@@ -136,7 +136,7 @@
|
||||
if (event.deltaX > 0)
|
||||
o += ' east (' + event.deltaX + ')';
|
||||
else if (event.deltaX < 0)
|
||||
o += ' south (' + event.deltaX + ')';
|
||||
o += ' west (' + event.deltaX + ')';
|
||||
|
||||
o += ' deltaFactor (' + event.deltaFactor + ')';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user