-
-
Notifications
You must be signed in to change notification settings - Fork 642
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: support sheet paste customRange #3537
base: dev
Are you sure you want to change the base?
Conversation
View Deployment
|
Playwright test resultsDetails 4 tests across 2 suites |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #3537 +/- ##
==========================================
- Coverage 30.94% 30.90% -0.05%
==========================================
Files 2159 2161 +2
Lines 113371 113538 +167
Branches 24873 24898 +25
==========================================
+ Hits 35078 35084 +6
- Misses 78293 78454 +161
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
||
let cursorIndex = startIndex; | ||
let html = ''; | ||
customRangesInRange.forEach((range) => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thinking about extensibility, what features should be builtin here? What about other features like mentions, extensions etc.?
close #xxx
Pull Request Checklist