-
-
Notifications
You must be signed in to change notification settings - Fork 209
Closed
Labels
Description
Description
When a Group component is rendered on the page, clicking on selected text to move the cursor doesn't work. This affects text anywhere on the page, not just inside the Group.
Steps to Reproduce
- Go to https://react-resizable-panels.vercel.app/
- Select some text on the page (either in the demo panels or outside)
- Try clicking within the selected text to move the cursor
- The cursor will not move to the clicked position
Expected Behavior
Clicking on selected text should move the cursor to that position, just like normal text behavior.
Actual Behavior
Clicking on selected text has no effect - the cursor position doesn't change.
Reactions are currently unavailable