mirror of
https://github.com/captbaritone/webamp.git
synced 2026-07-28 12:36:35 +00:00
Fix click actions on tracks when scrolled
This commit is contained in:
parent
6c7ef89812
commit
23d2100522
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ class TrackList extends React.Component {
|
|||
<TrackCell
|
||||
key={id}
|
||||
id={id}
|
||||
index={i}
|
||||
index={this.props.offset + i}
|
||||
handleMoveClick={this._handleMoveClick}
|
||||
>
|
||||
{format(id, i)}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue