Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(SwipeCell): add event param for before-close #13039

Merged
merged 1 commit into from
Jul 31, 2024

Conversation

inottn
Copy link
Collaborator

@inottn inottn commented Jul 31, 2024

resolve #7631 (comment)

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.

Project coverage is 89.72%. Comparing base (7942151) to head (4e9f49d).

Files Patch % Lines
packages/vant/src/swipe-cell/SwipeCell.tsx 75.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main   #13039      +/-   ##
==========================================
+ Coverage   89.70%   89.72%   +0.01%     
==========================================
  Files         257      257              
  Lines        6984     6985       +1     
  Branches     1722     1723       +1     
==========================================
+ Hits         6265     6267       +2     
+ Misses        381      379       -2     
- Partials      338      339       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Member

@chenjiahan chenjiahan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@chenjiahan chenjiahan merged commit 423b0fe into youzan:main Jul 31, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SwipeCell 滑动单元格 beforeClose 参数触发无法判断指定按钮
3 participants