Files
JKVideo/components/LiveMiniPlayer.tsx
Developer 2bfc9f8110 fix: 修复小窗无法拖动的问题
onStartShouldSetPanResponder 被内部 TouchableOpacity 抢占响应权。
改用 onMoveShouldSetPanResponderCapture:位移 >3px 时从子组件夺回响应权,
点击仍正常透传到 TouchableOpacity。
2026-03-25 13:28:49 +08:00

6.1 KiB