Skip to content

Commit

Permalink
audio cross origin fix
Browse files Browse the repository at this point in the history
  • Loading branch information
brollin committed Nov 8, 2024
1 parent 99d3f71 commit 620c6d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Wavesurfer/WavesurferWaveform.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ const WavesurferWaveform = observer(function WavesurferWaveform() {

const commonWavesurferUI = (
<>
<audio ref={audioRef} />
<audio ref={audioRef} crossOrigin="anonymous" />
<Skeleton
position="absolute"
top={0}
Expand Down

0 comments on commit 620c6d0

Please sign in to comment.