-
Notifications
You must be signed in to change notification settings - Fork 0
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
base: cc-custom
Are you sure you want to change the base?
Conversation
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.
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.
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.
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
super_editor/lib/src/default_editor/document_gestures_mouse.dart
Outdated
Show resolved
Hide resolved
ba79005
to
1dcbc18
Compare
6d0e7fc
to
ebdd0be
Compare
No description provided.