Skip to content

Commit

Permalink
Update SnapshotCommitListItem.js
Browse files Browse the repository at this point in the history
  • Loading branch information
bvaughn committed May 8, 2020
1 parent d498186 commit 12e2bde
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ function SnapshotCommitListItem({data: itemData, index, style}: Props) {
const handleMouseDown = ({buttons, target}: any) => {
if (buttons === 1) {
selectCommitIndex(index);

// TODO Count for border/margin
startCommitDrag({
commitIndex: index,
left: target.getBoundingClientRect().left,
Expand Down

0 comments on commit 12e2bde

Please sign in to comment.