mirror of
https://github.com/rico-vz/HeimerdingerLoL.git
synced 2025-12-06 18:20:48 +01:00
style: move script to vite manifest
This commit is contained in:
@@ -132,11 +132,3 @@
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
<script>
|
||||
// !TODO: Move this to its own file.
|
||||
skinsElement.addEventListener('wheel', (ev) => {
|
||||
ev.preventDefault(); // stop scrolling in another direction
|
||||
skinsElement.scrollLeft += (ev.deltaY + ev.deltaX);
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user