Skip to content

Commit

Permalink
chore: del code
Browse files Browse the repository at this point in the history
  • Loading branch information
lareinayanyu committed Dec 19, 2024
1 parent b8218b3 commit ee58acd
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,7 @@ const _MovableView = forwardRef<HandlerRef<View, MovableViewProps>, MovableViewP
catchvtouchmove,
catchtouchmove,
bindtouchend,
catchtouchend,
bindlongpress,
catchlongpress,
bindtap,
catchtap
catchtouchend
} = props

const {
Expand Down Expand Up @@ -462,7 +458,7 @@ const _MovableView = forwardRef<HandlerRef<View, MovableViewProps>, MovableViewP
'worklet'
isFirstTouch.value = true
isMoving.value = false
if (bindtouchend || catchtouchend || bindtap || catchtap) {
if (bindtouchend || catchtouchend) {
runOnJS(triggerEndOnJS)({ e })
}
if (disabled) return
Expand Down

0 comments on commit ee58acd

Please sign in to comment.