Skip to content

Commit

Permalink
Delete a fix For Ctrl+Backspace in an empty TextField as it's obsolete (
Browse files Browse the repository at this point in the history
  • Loading branch information
eymar authored Oct 30, 2024
1 parent de01522 commit c45c867
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,6 @@ internal abstract class BaseTextPreparedSelection<T : BaseTextPreparedSelection<
}

private fun charOffset(offset: Int) = offset.coerceAtMost(text.length - 1)
.coerceAtLeast(0)

companion object {
/**
Expand Down

0 comments on commit c45c867

Please sign in to comment.