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

Fixed Double Tap and Drag #3

Open
wants to merge 14 commits into
base: cc-custom
Choose a base branch
from

Conversation

Augmentador
Copy link

No description provided.

@Augmentador Augmentador requested a review from jmatth March 29, 2023 13:19
@Augmentador Augmentador self-assigned this Mar 29, 2023
Copy link

@jmatth jmatth left a comment

Choose a reason for hiding this comment

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

You're in the right part of the code base but there's currently a bug where the base will change as you move through other text nodes:

2023-03-29_15-33-28.mp4

I'm pretty sure the issue is that the logic on line 571 only compares offsets, without considering whether those positions exist within the same block.

@Augmentador Augmentador requested a review from jmatth March 30, 2023 02:45
Copy link

@jmatth jmatth left a comment

Choose a reason for hiding this comment

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

Now the multi-block case seems fine but I'm getting inconsistent buggy behavior within a single paragraph:

2023-04-05_09-49-50.mp4

@jmatth jmatth force-pushed the cc-custom branch 2 times, most recently from 6d0e7fc to ebdd0be Compare January 14, 2025 20:48
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.

3 participants