aboutsummaryrefslogtreecommitdiff
path: root/src/components/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/common')
-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,