Is there an existing issue for this?
Current Behavior
I have problems with GraphQL Playground page. It stopped working yesterday.I have solved this problem like that:
#4033 (comment)
However, the new page has text cursor issue. The cursor doesn't go to the end of line.
Expected Behavior
- Selection should cover all text.
- when user clicks "End" button, the cursor should go to the end of line.
Steps To Reproduce
- Open GraphQL 5.0.0 Playground Page
- Enter and longer than 20 characters text.
- Check the cursor location.
- Select all text with Cmd + A,
- Check how text will be selected.
Environment
- GraphiQL Version:
- OS: Windows
- Browser: Chrome, Edge
- Bundler:
react Version: 19
graphql Version: 5.0.0
Anything else?
No response