|
|
@ -38,7 +38,8 @@ function HomeTabFeaturedPlugins ({plugin}: HomeTabFeaturedPluginsProps) { |
|
|
|
node = node.parentNode; |
|
|
|
node = node.parentNode; |
|
|
|
} |
|
|
|
} |
|
|
|
return false; |
|
|
|
return false; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
const handleScroll = (e) => { |
|
|
|
const handleScroll = (e) => { |
|
|
|
if (isDescendant(carouselRefDiv.current, e.target)) { |
|
|
|
if (isDescendant(carouselRefDiv.current, e.target)) { |
|
|
|
e.stopPropagation() |
|
|
|
e.stopPropagation() |
|
|
|