Skip to content

Conversation

@rjrjr
Copy link
Collaborator

@rjrjr rjrjr commented Apr 9, 2025

  • Waiting for the real author of this to get back from pat leave so we can debate replacing this:
  selectionStart: Int = textValue.length,
  selectionEnd: Int = selectionStart,

with this:

  selection: TextRange = TextRange(textValue.length)
  • Also probably should punch up the related UI test

@rjrjr rjrjr force-pushed the ray/no-more-ui-xp branch 2 times, most recently from 5f3193c to f306916 Compare April 9, 2025 22:57
Base automatically changed from ray/no-more-ui-xp to main April 9, 2025 23:48
@rjrjr rjrjr force-pushed the ray/more-mutable-state branch 2 times, most recently from 0b1b5b2 to 725ae31 Compare April 9, 2025 23:55
@rjrjr
Copy link
Collaborator Author

rjrjr commented May 1, 2025

Closed in favor of #1299

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.

2 participants