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

fix(sheet): fix expand range performance #2882

Merged
merged 3 commits into from
Jul 30, 2024
Merged

Conversation

VicKun4937
Copy link
Contributor

  1. fix sheet expand performance

the reason is we copy the the Matrix too many times, every cusor change we copy a Matrix , for this problem , just use the all sheet cell matrix instead , we just change the range property

Copy link

codecov bot commented Jul 30, 2024

Codecov Report

Attention: Patch coverage is 0% with 25 lines in your changes missing coverage. Please review.

Project coverage is 27.54%. Comparing base (f0b6410) to head (6c48b06).
Report is 1 commits behind head on dev.

Files Patch % Lines
packages/sheets/src/basics/utils.ts 0.00% 25 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #2882      +/-   ##
==========================================
- Coverage   27.57%   27.54%   -0.03%     
==========================================
  Files        1806     1806              
  Lines       95531    95490      -41     
  Branches    20559    20550       -9     
==========================================
- Hits        26340    26301      -39     
+ Misses      69191    69189       -2     

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

Copy link
Member

@wzhudev wzhudev left a comment

Choose a reason for hiding this comment

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

LGTM! Good job.

Copy link
Member

@wzhudev wzhudev left a comment

Choose a reason for hiding this comment

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

LGTM! Good job.

Copy link

github-actions bot commented Jul 30, 2024

View Deployment

📑 Examples 📚 Storybook
🔗 Preview link 🔗 Preview link

@VicKun4937 VicKun4937 merged commit 0de3488 into dev Jul 30, 2024
9 checks passed
@VicKun4937 VicKun4937 deleted the fix-expand-performance branch July 30, 2024 07:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants