-
-
Notifications
You must be signed in to change notification settings - Fork 650
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: add scrollLeftTop for sheet snapshot #2348
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
lumixraku
changed the title
feat: add scrollLeftTop for sheet snapshot
WIP: add scrollLeftTop for sheet snapshot
May 29, 2024
emmiedan
approved these changes
May 29, 2024
lumixraku
force-pushed
the
feat/add-scrollLeftTop-sheet-snapshot
branch
from
May 30, 2024 02:29
54a297d
to
5b93b98
Compare
lumixraku
force-pushed
the
feat/add-scrollLeftTop-sheet-snapshot
branch
2 times, most recently
from
May 30, 2024 03:51
2cb8fa1
to
0a8bcf0
Compare
View Deployment
|
lumixraku
changed the title
WIP: add scrollLeftTop for sheet snapshot
feat: add scrollLeftTop for sheet snapshot
May 30, 2024
lumixraku
force-pushed
the
feat/add-scrollLeftTop-sheet-snapshot
branch
8 times, most recently
from
June 3, 2024 03:58
b17b616
to
2b70466
Compare
…anagerService test: failed
chore: more comments
lumixraku
force-pushed
the
feat/add-scrollLeftTop-sheet-snapshot
branch
from
June 3, 2024 04:00
2b70466
to
3608fea
Compare
Dushusir
approved these changes
Jun 3, 2024
lumixraku
added a commit
that referenced
this pull request
Jun 3, 2024
lumixraku
added a commit
that referenced
this pull request
Jun 4, 2024
* feat: add scrollLeftTop for sheet snapshot * fix: set-frozen test case need ScrollManagerService -> SheetSkeletonManagerService * fix: switch tab sync state in scene and viewport
lumixraku
added a commit
that referenced
this pull request
Jun 6, 2024
* feat: add scrollLeftTop for sheet snapshot * fix: set-frozen test case need ScrollManagerService -> SheetSkeletonManagerService * fix: switch tab sync state in scene and viewport fix: revert back _updateViewZoom chore: import SHEET_VIEWPORT_KEY from engine-render
lumixraku
added a commit
that referenced
this pull request
Jun 6, 2024
* feat: add scrollLeftTop for sheet snapshot * fix: set-frozen test case need ScrollManagerService -> SheetSkeletonManagerService * fix: switch tab sync state in scene and viewport fix: revert back _updateViewZoom chore: import SHEET_VIEWPORT_KEY from engine-render
lumixraku
added a commit
that referenced
this pull request
Jun 6, 2024
* feat: add scrollLeftTop for sheet snapshot * fix: set-frozen test case need ScrollManagerService -> SheetSkeletonManagerService * fix: switch tab sync state in scene and viewport fix: revert back _updateViewZoom chore: import SHEET_VIEWPORT_KEY from engine-render
lumixraku
added a commit
that referenced
this pull request
Jun 6, 2024
* feat: add scrollLeftTop for sheet snapshot * fix: set-frozen test case need ScrollManagerService -> SheetSkeletonManagerService * fix: switch tab sync state in scene and viewport fix: revert back _updateViewZoom chore: import SHEET_VIEWPORT_KEY from engine-render
lumixraku
added a commit
that referenced
this pull request
Jun 7, 2024
* feat: add scrollLeftTop for sheet snapshot (#2348) * feat: add scrollLeftTop for sheet snapshot * fix: set-frozen test case need ScrollManagerService -> SheetSkeletonManagerService * fix: switch tab sync state in scene and viewport * fix: revert back _updateViewZoom * chore: import SHEET_VIEWPORT_KEY from engine-render * fix: when update scroll should consider scale factor * chore: do not change scrollXY when viewport width is negative * test: should use sheetSkService from cur render
lumixraku
added a commit
that referenced
this pull request
Jun 17, 2024
* feat: add scrollLeftTop for sheet snapshot (#2348) * feat: add scrollLeftTop for sheet snapshot * fix: set-frozen test case need ScrollManagerService -> SheetSkeletonManagerService * fix: switch tab sync state in scene and viewport * fix: revert back _updateViewZoom * chore: import SHEET_VIEWPORT_KEY from engine-render * fix: when update scroll should consider scale factor * chore: do not change scrollXY when viewport width is negative * test: should use sheetSkService from cur render
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
close #2116
#2116
Add scrollLeft scrollTop to sheet snapshot after scroll command.
check scrollLeft and scrollTop value in
univer._univerInstanceService.getFocusedUnit()._snapshot
Pull Request Checklist