riku
2026-04-02 3282e95db0207ee133d1e98d9771dec9d83b0fc4
miniprogram_npm/tdesign-miniprogram/swipe-cell/swipe-cell.wxs
@@ -121,6 +121,7 @@
};
var startDrag = function (event, ownerInstance) {
  ownerInstance.callMethod('catchMove');
  getState(ownerInstance);
  touchStart(event);
};
@@ -128,6 +129,9 @@
var onDrag = function (event, ownerInstance) {
  getState(ownerInstance);
  touchMove(event);
  if (state.direction === 'vertical') {
    ownerInstance.callMethod('skipMove');
  }
  if (state.direction !== 'horizontal') {
    return;
  }