Skip to content

Commit

Permalink
Update seekbar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
yambenari24 committed Feb 9, 2025
1 parent 720cc6a commit 8b60b22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/seekbar/seekbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ class SeekBar extends Component<any, any> {
componentWillUnmount(): void {
document.removeEventListener('mouseup', this.onPlayerMouseUp);
document.removeEventListener('mousemove', this.onPlayerMouseMove);
this.props.eventManager.unlisten(document, 'bottomBarClientRectChanged', this.handleUpdateSeekBarClientRect);
}

/**
Expand Down

0 comments on commit 8b60b22

Please sign in to comment.