We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f03fec commit 0ee6e3bCopy full SHA for 0ee6e3b
1 file changed
src/ui/components/seekbar/SeekBar.tsx
@@ -96,7 +96,7 @@ export const SeekBar = (props: SeekBarProps) => {
96
97
const onSlidingValueChange = useCallback(
98
([value]: number[]) => {
99
- setSeekTarget(value)
+ setSeekTarget(value);
100
if (isScrubbing) {
101
if (onScrubbing) onScrubbing(value);
102
debounceSeek(value);
0 commit comments