Skip to content

Commit

Permalink
Fix react-slick
Browse files Browse the repository at this point in the history
  • Loading branch information
aelassas committed Dec 5, 2024
1 parent ad157e7 commit 69ffb59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/components/Slick.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ const Slick = forwardRef<ReactSlick, SlickProps>(({ children, ...props }, ref) =
<div
onMouseDownCapture={handleMouseDown}
onClickCapture={handleChildClick}
aria-modal="true"
>
{child}
</div>
Expand Down

0 comments on commit 69ffb59

Please sign in to comment.