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: improve range selection logic, support delete #476

Merged
merged 1 commit into from
Feb 1, 2024

Conversation

connor4312
Copy link
Member

It was a long time on my todo to fix the "publishSelections", as it was
previously linear time with the number of bytes selected -- not the best.

Once I fixed that, supporting deletions was fairly trivial, although it
is handled a little differently than other edits...

Closes #466

It was a long time on my todo to fix the "publishSelections", as it was
previously linear time with the _number of bytes_ selected -- not the best.

Once I fixed that, supporting deletions was fairly trivial, although it
is handled a little differently than other edits...

Closes #466
@connor4312 connor4312 merged commit 92a5082 into main Feb 1, 2024
4 checks passed
@connor4312 connor4312 deleted the connor4312/support-delete branch February 1, 2024 00:53
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.

Why cannot deletion be performed in editing?
3 participants