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: scroll bugs when selection moves to top-left #266

Merged
merged 1 commit into from
Oct 12, 2023

Conversation

yuhongz
Copy link
Contributor

@yuhongz yuhongz commented Oct 11, 2023

No description provided.

@github-actions
Copy link

[View Deployment]

@@ -201,6 +205,7 @@ export class SelectionController extends Disposable {
}
// right overflow
if (selectionEndColumn >= viewportEndColumn) {
isOverflow = true;
const minColumnAccumulation = columnWidthAccumulation[selectionEndColumn] - viewport.width!;
Copy link
Collaborator

Choose a reason for hiding this comment

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

冻结的情况有考虑么?

@DR-Univer DR-Univer self-requested a review October 12, 2023 06:08
@DR-Univer DR-Univer self-requested a review October 12, 2023 06:36
@wzhudev wzhudev merged commit 853f976 into dev Oct 12, 2023
3 checks passed
@jikkai jikkai deleted the yuhongz/feat-scrolling2 branch October 14, 2023 02:30
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

3 participants