-
-
Notifications
You must be signed in to change notification settings - Fork 648
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: bugs in format painter #677
Conversation
yuhongz
commented
Dec 7, 2023
- format painter set merges
- set cursor when format painter is enabled
- range mark conflicts between format-painter and clipboard
- delete useless merge mutation
- set copy range style
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## dev #677 +/- ##
==========================================
- Coverage 41.07% 34.66% -6.42%
==========================================
Files 297 346 +49
Lines 18045 22060 +4015
Branches 3647 4392 +745
==========================================
+ Hits 7412 7646 +234
- Misses 9114 12385 +3271
- Partials 1519 2029 +510 ☔ View full report in Codecov by Sentry. |
View Deployment
View Storybook
|
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.
来补一波单元测试
packages/sheets-ui/src/commands/commands/add-worksheet-merge.command.ts
Outdated
Show resolved
Hide resolved
b02e6d9
to
c22a2a4
Compare
SonarCloud Quality Gate failed. 0 Bugs No Coverage information Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
* fix(sheet): render viewport wrong size * fix: new viewport need more param * feat: cache by viewport * fix: markdirty & scrolling was conflict before, so scrolling & dirty did not refresh whole viewport * fix: 0510-1725 fix: #676 #677 fix: browser native zoom * fix: blurry when applyCache especially in windows 175% * fix: merge cells background fix: #676 test: #677 fix: #700 fix: aux line background fix: spreadsheet fix: precise rect for background * feat: fix cf render error on printing mode fix: #700 * fix: viewport make dirty false chore: eslint fix * test(facade): fix canvas mock fix: new viewport need more param222 test: mock canvas fix: rm useless * fix: should beginPath before clip() * chore: comments to english fix: expand shouldupdatecache chore: better code * fix: change viewport update timing fix: update visible cache viewport area --------- Co-authored-by: DR-Univer <wbfsa@qq.com> Co-authored-by: zw <zhang9748@foxmail.com> Co-authored-by: 白熱 <sonne@asaki.me>