pstream is dead; long live pstream taciturnaxolotl.github.io/pstream-ng/
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #44 from returnkirbo/touchpad

fix touchpad support

authored by

Captain Jack Sparrow and committed by
GitHub
46662f06 58d5da33

+1 -1
+1 -1
src/pages/Discover.tsx
··· 278 278 279 279 isScrolling = true; 280 280 const carousel = carouselRefs.current[categorySlug]; 281 - if (carousel) { 281 + if (carousel && !e.deltaX) { 282 282 const movieElements = carousel.getElementsByTagName("a"); 283 283 if (movieElements.length > 0) { 284 284 if (e.deltaY < 5) {