Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Dec 12, 2024
1 parent 1d06c98 commit b6e6201
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/sdk-components-react/src/vimeo-play-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ export const VimeoPlayButton = forwardRef<ElementRef<typeof defaultTag>, Props>(

const handleClick = useCallback(async () => {
await interactionResponse();
await new Promise((resolve) => setTimeout(resolve, 1000));
vimeoContext.onInitPlayer();
}, [vimeoContext]);

Expand Down

0 comments on commit b6e6201

Please sign in to comment.