Skip to content

Commit

Permalink
Undo
Browse files Browse the repository at this point in the history
  • Loading branch information
istarkov committed Dec 12, 2024
1 parent b6e6201 commit 5710ef3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/sdk-components-react/src/vimeo-play-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ 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 5710ef3

Please sign in to comment.