Skip to content

Commit

Permalink
fix(story): imageOverlayView=> Overlay Buttons and Links Not Clickabl…
Browse files Browse the repository at this point in the history
…e in Image/Video Story #104
  • Loading branch information
Adil7767 committed Oct 14, 2024
1 parent b9a7018 commit a4f4c29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/List/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ const StoryList: FC<StoryListProps> = ( {
imageProps={imageProps}
videoDuration={videoDuration}
/>
<Animated.View style={[hideOverlayViewOnLongPress? contentStyles:{}, ListStyles.content ]}>
<Animated.View style={[hideOverlayViewOnLongPress ? contentStyles:{}, ListStyles.content ]} pointerEvents="auto">
{imageOverlayView}
<Animated.View style={[contentStyles, ListStyles.content]}>
<Animated.View style={[contentStyles, ListStyles.content]} pointerEvents="box-none">
<Progress
active={isActive}
activeStory={activeStoryIndex}
Expand Down

0 comments on commit a4f4c29

Please sign in to comment.