diff options
author | Brian Kim <brian@tagg.id> | 2021-05-20 17:33:18 -0700 |
---|---|---|
committer | Brian Kim <brian@tagg.id> | 2021-05-20 17:33:18 -0700 |
commit | 1dd836609297a287d4ce32ef61c72746f8ac838c (patch) | |
tree | 097440efb0dffd59bab18a0fc0caa7a50985ea68 /src/components | |
parent | 8da7949203b574a2a80812fa5afabf42118898b5 (diff) |
Fix Linter 3
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/common/Draggable.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/common/Draggable.tsx b/src/components/common/Draggable.tsx index 64cec7b1..94446a18 100644 --- a/src/components/common/Draggable.tsx +++ b/src/components/common/Draggable.tsx @@ -81,7 +81,7 @@ export default function Draggable(props: IProps) { onDragRelease, // onLongPress, // onPressIn, - onPressOut, + // onPressOut, onRelease, x, y, |