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 branch 'dev' of https://github.com/sussy-code/smov into dev

+1 -1
+1 -1
src/pages/Discover.tsx
··· 293 293 isScrolling = true; 294 294 295 295 const carousel = carouselRefs.current[categorySlug]; 296 - if (carousel) { 296 + if (carousel && !e.deltaX) { 297 297 const movieElements = carousel.getElementsByTagName("a"); 298 298 if (movieElements.length > 0) { 299 299 const posterWidth = movieElements[0].offsetWidth;