mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
refactor: update scroll script
This commit is contained in:
@@ -6,5 +6,5 @@ if (skinsElement) {
|
||||
ev.preventDefault();
|
||||
skinsElement.scrollLeft += (ev.deltaY + ev.deltaX);
|
||||
}
|
||||
});
|
||||
}, { passive: false });
|
||||
}
|
||||
Reference in New Issue
Block a user