aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Kim <brian@tagg.id>2021-05-20 17:33:18 -0700
committerBrian Kim <brian@tagg.id>2021-05-20 17:33:18 -0700
commit1dd836609297a287d4ce32ef61c72746f8ac838c (patch)
tree097440efb0dffd59bab18a0fc0caa7a50985ea68
parent8da7949203b574a2a80812fa5afabf42118898b5 (diff)
Fix Linter 3
-rw-r--r--src/components/common/Draggable.tsx2
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,