From 12e2bdea46b17810c8b626fd5b36384840817316 Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Fri, 8 May 2020 10:46:37 -0700 Subject: [PATCH] Update SnapshotCommitListItem.js --- .../src/devtools/views/Profiler/SnapshotCommitListItem.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/react-devtools-shared/src/devtools/views/Profiler/SnapshotCommitListItem.js b/packages/react-devtools-shared/src/devtools/views/Profiler/SnapshotCommitListItem.js index 977196782726e..e8399a09bb37d 100644 --- a/packages/react-devtools-shared/src/devtools/views/Profiler/SnapshotCommitListItem.js +++ b/packages/react-devtools-shared/src/devtools/views/Profiler/SnapshotCommitListItem.js @@ -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,